Hello every one !!
I am trying to start mysql in safe mode to reset my root password, and i get this error below :-
I first stop it :-
root@DatabackupSRV ~/home # /etc/init.d/mysql stop
Shutting down MySQL. [ OK ]
Then try to start in safe mode :-
root@DatabackupSRV /var/lib/mysql # mysqld_safe --skip-grant-tables &
[1] 24880
root@DatabackupSRV /var/lib/mysql # 130516 22:57:01 mysqld_safe Logging to ‘/var/log/mysqld.log’.
130516 22:57:01 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
130516 22:57:03 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
I check the /var/log/messages and this is what is see :-
root@DatabackupSRV /var/lib/mysql # tail -f /var/log/messages
May 16 20:53:19 DatabackupSRV smbd[10900]: [2013/05/16 20:53:19, 0] lib/util_sock.c:write_data(568)
May 16 20:53:19 DatabackupSRV smbd[10900]: write_data: write failure in writing to client 10.222.37.17. Error Broken pipe
May 16 20:53:19 DatabackupSRV smbd[10900]: [2013/05/16 20:53:19, 0] lib/util_sock.c:send_smb(767)
May 16 20:53:19 DatabackupSRV smbd[10900]: Error writing 75 bytes to client. -1. (Broken pipe)
May 16 21:44:34 DatabackupSRV yum: Installed: Percona-SQL-shared-50-5.0.92-b23.89.rhel5.x86_64
May 16 21:44:35 DatabackupSRV yum: Installed: perl-DBD-MySQL-3.0007-2.el5.x86_64
May 16 21:52:25 DatabackupSRV smbd[12713]: [2013/05/16 21:52:25, 0] lib/util_sock.c:read_data(540)
May 16 21:52:25 DatabackupSRV smbd[12713]: read_data: read failure for 4 bytes to client 10.222.37.18. Error = Connection timed out
May 16 21:56:39 DatabackupSRV smbd[24143]: [2013/05/16 21:56:39, 0] lib/util_sock.c:read_data(540)
May 16 21:56:39 DatabackupSRV smbd[24143]: read_data: read failure for 4 bytes to client 10.222.11.25. Error = Connection reset by peer
Can any one point out what am i missing ? OR what wrong am i doing
Thank you !!