What I had already performed are:
sudo /etc/init.d/mysql stop
/usr/sbin/mysqld --skip-grant-tables --skip-networking &
After this I am getting:
[Warning] Using unique option prefix key_buffer instead of
key_buffer_size is deprecated and will be removed in a future release.
Please use the full name instead.
150929 11:48:31[Note] /usr/sbin/mysqld (mysqld ....)starting as
process 3633 ...
And its not processed further.
What to do?