Hi Klaus,
    Thank you very much,
i have found the reason.

in fact ,my files and directory's properties are not correct.
i reinstall mysql according the doc
:http://www.mysql.com/documentation/mysql/bychapter/manual_Installing.html#L
inux-RPM

and now everything is ok.


Best regards,
Roger


----- Original Message -----
From: "Franz, Fa. PostDirekt MA" <[EMAIL PROTECTED]>
To: "Roger Sun" <[EMAIL PROTECTED]>
Sent: Tuesday, September 17, 2002 5:23 PM
Subject: AW: A simple error about mysql


> Hi Roger,
>
> as far as i understood , you can login with the
> mysql-client , just by typing in 'mysql'.
> If so , than try for localhost:
> GRANT ALL PRIVILIGES ON *.* TO root@localhost IDENTIFIED BY 'password'
WITH
> GRANT OPTION;
> FLUSH PRIVILIGES;
>
> And for any other host:
> GRANT ALL PRIVILIGES ON *.* TO root@'%' IDENTIFIED BY 'password' WITH
GRANT
> OPTION
> FLUSH PRIVILIGES;
>
> Leave the session open and try your a new connect with the passwords you
set
> above ,
> so that in case it doesn't work , you are still connected and not locked
out
> from your own server ;)
>
> mfg
> Klaus
>
>
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to