Mysql-client ERROR 2002 Workaround

Source: Internet
Author: User

Host Environment: Debian 8

Development environment: XAMPP

Install Mysql-client:

#apt-get Install Mysql-client

Start the XAMPP MySQL environment:

#/opt/lampp/./lampp Startmysql

Connection MySQL will report 2002 error:

ERROR 2002:can ' t connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock ' (2)

Workaround:

sudo mkdir/var/run/mysqld

sudo ln-s/opt/lampp/var/mysql/mysql.sock/var/run/mysqld/mysqld.sock

Then use mysql-client to connect:

Mysql-hlocalhost-uroot-p

However, after the computer restarts the soft connection created above will disappear, each time to re-create it will be very cumbersome, so you can add the above software Connection command in the/etc/rc.local file can be solved perfectly

Mysql-client ERROR 2002 Workaround

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.