fix typos
This commit is contained in:
@@ -16,6 +16,7 @@ mysql> create user 'YOURUSER'@'localhost' identified by 'YOURPASSWORD';
|
|||||||
mysql> grant all privileges on YOURDBNAME.* to 'YOURUSER'@'localhost';
|
mysql> grant all privileges on YOURDBNAME.* to 'YOURUSER'@'localhost';
|
||||||
mysql> flush privileges;
|
mysql> flush privileges;
|
||||||
mysql> exit;
|
mysql> exit;
|
||||||
|
```
|
||||||
|
|
||||||
## strapi deployement
|
## strapi deployement
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user