Login Register






Mysql Error!! filter_list
Author
Message
Mysql Error!! #1
Hi, i have 2 different Dvd's of back track 5 32bit &64...
i was using mysql server just fine..
Now i want to try Eviltwin on the same labtop and the same 2Dvd's,But when I type "mysql -u root -p" it say ERROR 1045 (28000): Access denied for user 'root'@localhost (using password: Yes)
The configuratoin can't be save on Dvd Right?!!!!
anyone can tell me what happened and what to do?
Thank you.

Reply

RE: Mysql Error!! #2
Are you sure you are entering the correct password?

Reply

RE: Mysql Error!! #3
(09-06-2013, 09:55 AM)bluedog.tar.gz Wrote: Are you sure you are entering the correct password?

Yes, It's the Default one,I was type just Root..
and as i was said it's I run it from dvd so I didn't modify anything!!

Reply

RE: Mysql Error!! #4
Reset the password then. Look into these :-

http://ubuntu.flowconsult.at/en/mysql-se...-password/
https://help.ubuntu.com/community/MysqlPasswordReset
http://www.thegeekstuff.com/2009/07/chan...nix-linux/
[Image: OilyCostlyEwe.gif]

Reply

RE: Mysql Error!! #5
Just like Psycho said, try to reset the password.

Reply

RE: Mysql Error!! #6
(09-06-2013, 10:11 AM)bluedog.tar.gz Wrote: Just like Psycho said, try to reset the password.

Apparently the Problem isn't in the Password,because i didn't change it before,then is it matter if i did,(When im using the linux from Dvd and i was use it before and worked fine) ?
* maybe i can't enter the password for some reason,
Cause when i try to type any thing after enter password:
What ever i type the white rectangle of writing are not moving..i forgot isn't it suppose to move when i type the password?
Sorry to ask this kind of Questions.

Reply

RE: Mysql Error!! #7
Did you try ???

mysql -h localhost -u root -p
password:toor

Reply

RE: Mysql Error!! #8
Okay, first of all you are passing a password to the MySQL client program. Either you have something like an .ini file (like .mysql.cnf in your $HOME) or you're passing a password through an environment variable.

If I where you I'd restart MySQL with the --skip-grant-tables so you can login and then change the password using the MySQL client. For details see https://dev.mysql.com/doc/refman/5.0/en/...sions.html

Regards

Reply

RE: Mysql Error!! #9
Okay, first of all you are passing a password to the MySQL client program. Either you have something like an .ini file (like .mysql.cnf in your $HOME) or you're passing a password through an environment variable.

If I where you I'd restart MySQL with the --skip-grant-tables so you can login and then change the password using the MySQL client. For details see https://dev.mysql.com/doc/refman/5.0/en/...sions.html

Regards

Reply