erider66

Anonymous
Please. Im trying to install the last version of GL in my site, but after the step 2 it says: Warning: Access denied for user: 'theuser@localhost' (Using password: YES) in /users/ionichost.com/grupobrasil/system/databases/mysql.class.php on line 104 Warning: MySQL Connection Failed: Access denied for user: 'theuser@localhost' (Using password: YES) in /users/ionichost.com/grupobrasil/system/databases/mysql.class.php on line 104 Cannnot connect to DB server some mysql.class.php bug ?? Im sure i did the config.php okay an also lib-common.php. H.E.L.P.

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Not a bug (not even a Geeklog problem). Your MySQL user doesn't have the proper permissions to create and edit tables. You need to do something like GRANT ALL PRIVILEGES ON database_name TO user@host IDENTIFIED BY 'password'; FLUSH PRIVILEGES; (replacing the lowercase bits with the actual names / values). bye, Dirk