मैं यहाँ एक नौसिखिया हूँ तो कृपया मेरे साथ सहन करें।
मैं ubuntu 14.04 का उपयोग कर रहा हूं।
मैंने निम्नलिखित कमांड के साथ mysql में प्रवेश करने की कोशिश की:
mysql -u root -p
और मुझे निम्नलिखित संदेश मिला:
The program mysql can be found on the following packages:
* mysql-client-core-5.5
* mariadb-client-core-5.5
* mysql-client-core-5.6
* percona-xtrabd-cluster-client-5.5
मैंने तब टाइप किया:
sudo apt-get install mysql-client-core-5.6
यह स्थापित होने के बाद, मैंने फिर से उपयोग करके mysql से जुड़ने की कोशिश की:
mysql -u root -p
मुझे तब त्रुटि संदेश मिला:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
ऑनलाइन खोज करने के बाद, मुझे पता चला कि मुझे mysql सर्वर स्थापित करने की आवश्यकता है और इसलिए मैंने निम्नलिखित कमांड में लिखा
sudo apt-get install mysql-server
मुझे तब संदेश मिला:
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
mysql-server : Depends: mysql-server-5.5 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
मैं एक समाधान के लिए पिछले एक घंटे से लाइन पर देख रहा हूं, लेकिन अन्य लोग जिनके पास एक समान त्रुटि थी, लेकिन यह mysql को अपग्रेड करने से था और इस प्रकार समाधान मेरे लिए अप्रभावी थे।