Title: daniel217's Replies | WordPress.org

---

# daniel217

  [  ](https://wordpress.org/support/users/daniel217/)

 *   [Profile](https://wordpress.org/support/users/daniel217/)
 *   [Topics Started](https://wordpress.org/support/users/daniel217/topics/)
 *   [Replies Created](https://wordpress.org/support/users/daniel217/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/daniel217/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/daniel217/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/daniel217/engagements/)
 *   [Favorites](https://wordpress.org/support/users/daniel217/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [WP-CLI in Github Actions – “Error establishing a database connection.”](https://wordpress.org/support/topic/wp-cli-in-github-actions-error-establishing-a-database-connection/)
 *  Thread Starter [daniel217](https://wordpress.org/support/users/daniel217/)
 * (@daniel217)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/wp-cli-in-github-actions-error-establishing-a-database-connection/#post-16679395)
 * I enabled debug mode in wp-config.php and got errors:
 * PHP Warning: mysqli_real_connect(): (HY000/2054):
   The server requested authentication
   method unknown to the client in /home/runner/work/gh-actions-wp-demo/gh-actions-
   wp-demo/wp-includes/class-wpdb.php on line 2019Error: `The server requested authentication
   method unknown to the client`
 * Fixed with this line in workwlow.yml
   mysql –user=”root” –password=”root” –execute
   =”ALTER USER ‘root’@’localhost’ IDENTIFIED WITH mysql_native_password BY ‘root’;”

Viewing 1 replies (of 1 total)