MySQL Client connection xampp in MySQL

Source: Internet
Author: User

The XAMPP is green and does not boot automatically. Even in Linux, I like Green software.

How do I use MySQL client to connect directly to XAMPP MySQL?

First install mysql-client in Ubuntu:

sudo apt-get install mysql-client

To start MySQL in XAMPP:

Sudo/opt/lampp/lampp Startmysql

At this point, if the direct connection will be 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

Connect again:

Mysql-hlocalhost-uroot-p

Connected, problem solved.

This article from:/HTTP blog.163.com/lgh_2002/blog/static/440175262011935295119/

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.