1) I have installed mysql server and mysql client through apt-get install mysql-server and apt-get install mysql-client
2) when I run sudo netstat -tap | grep mysql, I see following:
tcp 0 0 localhost:mysql *:* LISTEN 15138/mysqld
I think it is running
3) now I go to usr/share/mysql and type:
show databases; it shows me following,
The program 'show' is currently not installed. You can install it by typing:
apt-get install nmh
Can anybody please tell me what is the problem ? Am I running command from wrong directory ?
Thanks,