[HELP!] lost my Navicat password

08/04/2011 18:40 nevermind1234#1
Hey guys i lost my Navicat password is there anything i can do?

i'v tryed "/usr/local/bin/mysqladmin -u root password newpassword"

and i have access to Winscp it's root server if u can help me i will be very great

full

Thanks


By: Fly™
:rtfm::rtfm::rtfm::rtfm::rtfm::rtfm::rtfm:
08/04/2011 18:41 .Onlyx3#2
1. /usr/local/etc/rc.d/mysql-server stop
2. mysqld_safe --skip-grant-tables

Close Putty and open Putty again

3. mysql --user=root mysql
4. update user set Password=PASSWORD('YOURNEWPASSWORD') where user='root';
5. flush privileges;
6. exit;
7. /usr/local/etc/rc.d/mysql-server restart
08/04/2011 18:46 nevermind1234#3
Thanks BrZe2011 but it's not working i think i maybe be doing samething worng have u got any contacts like

MSN:
SKYPE:
Facebook:

if u do please tell me thanks you very much ^^