मैंने mysql
अपनी कमांड लाइन में कोशिश की :
मुझे मिला:
The program 'mysql' is currently not installed. You can install it by typing:
sudo apt-get install mysql-client-core-5.5
लेकिन जब मैं करता हूं:
sudo apt-get install mysql-client-core-5.5
लेकिन मुझे मिलता है:
Reading package lists... Done
Building dependency tree
Reading state information... Done
mysql-client-core-5.5 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 47 not upgraded.
मुझे कैसे आगे बढ़ना चाहिए?
ls: cannot access /usr/bin/mysql: No such file or directory
, जब मैं करता हूंls -l /usr/bin/mysql
sudo apt-get --reinstall install mysql-client-core-5.5
ls -l /usr/bin/mysql
कहता है?