[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] MYSQL Privaleges
- Subject: RE: [cobalt-users] MYSQL Privaleges
- From: Joe Kerns <joe@xxxxxxxxxxxxx>
- Date: Tue May 16 10:08:26 2000
- Organization: JoltinJoe.Com
> 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