Quote from: benlbit at Jul 29, 2014, 01:15 AMSHOWGRANTSFOR CURRENT_USER
Output:
GRANT USAGE ON *.* TO 'CRYSTA1_dba'@'%' IDENTIFIED BY PASSWORD 'sssssh!'
GRANT ALL PRIVILEGES ON `CRYSTA1\_modx`.* TO 'CRYSTA1_dba'@'%' WITH GRANT OPTION
I think there's a bug in the 2.3.1 installer.
Based on the script above, it is giving full rights to a schema called "_modx". Either that schema exists, or it doesn't.
If that schema exists (i.e. in PHPmySQLAdmin, it shows in the dropdown along with INFORMATION SCHEMA), then there is a bug with the installer and you should raise a bug.
If, on the other hand, your schema is something else, make sure you're not mixing up the table prefix and the schema name in installation.
When all that has been confirmed to be ok, then I'd suggest raising a bug through github.
Regards,
Tom