[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] MYSQL Privaleges



> GRANT ALL PRIVILEGES ON databasename.* TO username@"%" IDENTIFIED BY
> 'password' WITH
> GRANT OPTION;
> FLUSH PRIVILEGES;
>
> username should be the same name as siteadmin, also make
> sure siteadmin owns the folders.

Have you upgraded to the latest version of MySQL on the cobalt ftp site? There is a bug with a security hole, that sounds like the problem you have.

I wouldn't add the line I left in above, unless you are allowing other machines to connect to your MySQL databases.

Also, it is not a requirement that the username be the same name as the siteadmin...

Joe