[fixed] Site Admin -> Sys Info: Database Access level clue

Post Reply
deactivated010521

[fixed] Site Admin -> Sys Info: Database Access level clue

Post by deactivated010521 »

Rev: 8068

Site Admin -> System Information: Database Access level might give a wrong clue.

Created a fresh database as:

Code: Select all

mysql> CREATE DATABASE db_name;
mysql> GRANT ALL PRIVILEGES ON db_user.* TO 'db_name'@'localhost' IDENTIFIED BY 'xxx' WITH GRANT OPTION;
Check database access levels (server_db_grants): shows a warning icon and the message:

could not find a suitable "grant all" permission. this may mean you could have problems installing or removing modules. or even adding and deleting items, including pages
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Site Admin -> System Information: Database Access level

Post by calguy1000 »

Fixed in svn. Thanks.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
deactivated010521

Re: Site Admin -> System Information: Database Access level

Post by deactivated010521 »

Rev: 8071

Confirmed fix:
found a "grant all" statement that appears to be suitable
Post Reply

Return to “Closed Issues”