Skip to content

Instantly share code, notes, and snippets.

@AdamLawicki
Created October 18, 2015 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdamLawicki/05248a588c67cf7b7f50 to your computer and use it in GitHub Desktop.
Save AdamLawicki/05248a588c67cf7b7f50 to your computer and use it in GitHub Desktop.
Create a user name and password that will access the MySQL database. WordPress will use these credentials to communicate with the information in MySQL database.
mysql> CREATE USER 'wordpress-user'@'localhost' IDENTIFIED BY 'your_strong_password';
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