(→Installation w/MySQL)
|
(→Known Issue w/MySQL 5.5x Versions)
|
Line 22: | |||
== Known Issue w/MySQL 5.5x Versions == | == Known Issue w/MySQL 5.5x Versions == | ||
- | Newer versions of MySQL[https://dev.mysql.com/doc/refman/5.5/en/upgrading-from-previous-series.html 1] are known to have some issues with the default grants listed above. In that case, you have to manually specify the user for the grant (along with machine name): | + | Newer versions of MySQL[https://dev.mysql.com/doc/refman/5.5/en/upgrading-from-previous-series.html] are known to have some issues with the default grants listed above. In that case, you have to manually specify the user for the grant (along with machine name): |
<pre>mysql> create database [database-name]; | <pre>mysql> create database [database-name]; | ||
Query OK, 1 row affected (0.00 sec) | Query OK, 1 row affected (0.00 sec) |