Hi friends
I'm installing mysql on linux system through rpm.
when i'm entering command
mysqladmin -u root -p create mydb
its showing
Enter password:
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)'
Check that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' exists!
when i'm trying to connect its giving me error like
Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
plz help me in this