Docs on how to create a database manually
Bug #1992521 reported by
Gustavo Sanchez
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
charm-k8s-wordpress |
New
|
Undecided
|
Unassigned |
Bug Description
Following docs on https:/
I hit this error
mysql> GRANT ALL PRIVILEGES ON wordpress.* TO 'wordpress'@'%';
ERROR 1046 (3D000): No database selected
It would be useful for people not familiar with databases to add 'USE wordpress;' on the query just before running the grant statement
To post a comment you must log in.