Skip to content

Instantly share code, notes, and snippets.

@AdamLawicki
Created October 18, 2015 21:10
Show Gist options
  • Select an option

  • Save AdamLawicki/5a332d88ac8afbd2b0c7 to your computer and use it in GitHub Desktop.

Select an option

Save AdamLawicki/5a332d88ac8afbd2b0c7 to your computer and use it in GitHub Desktop.
Give your WordPress database user full privileges for the MySQL database
mysql> GRANT ALL PRIVILEGES ON `wordpress-db`.* TO "wordpress-user"@"localhost";
Query OK, 0 rows affected (0.00 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment