config file that calls sql database giving error
Posted by: talisaynon
Posted on: 2009-02-06 23:20:00
I have a config file that accesses the mysql databae. The sql username, password, host are all stored inside. Yet I think my queries are having problems being run. I'm getting the following error when i try to load my website. I'm using a jaws-cms and migrated all the code from my localhost and such:
MDB2 Error: insufficient permissions : _doquery: [Error message: Could not select the database: [my_db] Last executed query: SET NAMES 'UTF8'] [Native code: 1044] [Native message: Access denied for user '[my_user_name]'@xxxxxxxx/xxxxxx' to database [my_db]]
any idea as to what i should be looking for? I know I'm suppose to enable the Panel so that the config file can log in using my user name and password. not sure what i should be doing here, though.