PHP site prompts "/var/lib/mysql. sock" does not exist solution-php Tutorial

Source: Internet
Author: User
The PHP site prompts that "varlibmysqlmysql. sock" does not exist.

  1. [Mysql]
  2. [Client]
  3. Socket =/tmp/mysql. sock
  4. # Write the correct position of mysql. sock here, usually either under/tmp/or under/var/lib/mysql/

2. modify the connection mode: specify an IP address and connect to mysql using tcp instead of local sock.

  1. # Mysql-h127.0.0.1-uuser-ppassword

3. add a link to mysql. sock. for example, if the actual mysql. sock is under/tmp/, type the following command:

  1. # Ln-s/tmp/mysql. sock/var/lib/mysql. sock

Any of the above three solutions can solve the problem. after the solution is completed, restart php, nginx (or apache.

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.