MySQL Forums
Forum List  »  Newbie

New problem with mysqlaccess
Posted by: Silas Justiniano
Date: February 05, 2005 09:51PM

Ok. I solved my last problem. But there is a new!!!

First I ran
#./mysqld_safe --user=mysql &

It printed
[1] 15871

and didn't return to the shell. I Ctrl-C in it returned. I noted there is two new process at process list:
15871 pts/1 00:00:00 mysqld_safe
15888 pts/1 00:00:00 mysqld

Ok. But when I try to run mysqlaccess it prints:

#./mysqlaccess
mysqlaccess Version 2.06, 20 Dec 2000
By RUG-AIV, by Yves Carlier (Yves.Carlier@rug.ac.be)
Changes by Steve Harvey (sgh@vex.net)
This software comes with ABSOLUTELY NO WARRANTY.
Password for MySQL superuser root:

Sorry,
An error occured when trying to connect to the database
with the grant-tables:
* Maybe YOU do not have READ-access to this database?
* If you used the -U option, you may have supplied an invalid username?
for the superuser?
* If you used the -U option, it may be possible you have to supply
a superuser-password to, with the -P option?
* If you used the -P option, you may have supplied an invalid password?

But the password is correct! What can be?

Thank you very much.

Bye!!!

Options: ReplyQuote


Subject
Written By
Posted
New problem with mysqlaccess
February 05, 2005 09:51PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.