Use MySQL-Client in Ubuntu to connect to MySQL-Server in XAMPP

Source: Internet
Author: User
XAMPP is green and will not be automatically started upon startup. Even in Linux, I still like green software. First, install MySQL-Client: sudoapt-getinstallmysql-client in Ubuntu to start mysql: sudo/opt/lampp/lamppstartmysql in XAMPP. If you connect directly, the error "Can't connect to localmy" will be reported.

XAMPP is green and will not be automatically started upon startup. Even in Linux, I still like green software.

First install MySQL-Client in Ubuntu:

Sudo apt-get install mysql-client

Start mysql in XAMPP:

Sudo/opt/lampp startmysql

If you connect directly, an error is returned:

Can't connect to local MySQL server through socket '/var/run/mysqld. sock' (2)

Solution:

Sudo mkdir/var/run/mysqld

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

Reconnect:

Mysql-u root-p

The connection is connected and the problem is solved.

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.