4,461
edits
→Set up the database: finalize the instruction |
|||
Line 47: | Line 47: | ||
Query OK, 1 row affected (0.02 sec) | Query OK, 1 row affected (0.02 sec) | ||
mysql> grant all on wp_michael.* to 'webuser'@'localhost' identified by 'pw1234'; | mysql> grant all on wp_michael.* to 'webuser'@'localhost' identified by 'pw1234'; | ||
Query OK, 0 rows affected (0.00 sec) | Query OK, 0 rows affected (0.00 sec) | ||
mysql> exit | mysql> exit | ||
Bye | Bye</pre> | ||
</div> | </div> |