(→Known Issue w/MySQL 5.5x Versions)
|
(Ambiguous 'DATABASE' term)
|
Line 57: | |||
<br/> | <br/> | ||
<br/> | <br/> | ||
- | Make sure you grant all permissions available to the user being used for anthill: <pre>USE DATABASE [databasename] | + | Make sure you grant all permissions available to the user being used for anthill: <pre>USE [databasename] |
GRANT ALL TO [username]</pre> | GRANT ALL TO [username]</pre> | ||
Also ensure the correct roles are assigned to the database user: | Also ensure the correct roles are assigned to the database user: |