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