Page 1 of 1

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

Posted: Wed Jun 20, 2012 8:59 pm
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

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

Posted: Wed Jun 20, 2012 9:41 pm
by calguy1000
Fixed in svn. Thanks.

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

Posted: Thu Jun 21, 2012 7:23 am
by deactivated010521
Rev: 8071

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