[ create a new paste ] login | about

Link: http://codepad.org/HJpwRrf5    [ raw code | fork ]

Plain Text, pasted on Jun 17:
1
2
3
4
5
6
7
8
9
10
11
12
anirvana@ubuntu:/etc/phpmyadmin$ sudo service mysql start
mysql start/running
anirvana@ubuntu:/etc/phpmyadmin$ mysqladmin -u root password anirvana
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists!
anirvana@ubuntu:/etc/phpmyadmin$ sudo mysqladmin -u root password anirvana
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists!
anirvana@ubuntu:/etc/phpmyadmin$ 



Create a new paste based on this one


Comments: