On Sun, 2004-05-30 at 09:17, Coume - Lubox.com wrote: > On Sun, 2004-05-30 at 14:57, Hannes Mayer wrote: > > Did you remove the anonymous user in MySQL ? > > > > from /etc/rc.d/init.d/mysqld: > > > > # If you've removed anonymous users, this line must be changed to > > # use a user that is allowed to ping mysqld. > > ping="/usr/bin/mysqladmin -uUNKNOWN_MYSQL_USER ping" > > > > if the user you're using also has a password, add -ppassword > > No, I did not remove anything, and I changed nothing at all it is in the > same state that it is when you just install FC2. > > I do not understand, I never had any problem with my other installation > before :( > > Ludo Edit the /etc/rc.d/init.d/mysqld script and add "-u mysqld" to the lines that issue the "mysqladmin ping" command so they look like this: mysqladmin -u mysqld ping That should do the trick. ;) Shockwave