Sunday, September 04, 2005

ในที่สุด เราก็ติดตั้ง LAMP สำเร็จและ

L = Linux
A = Apache
M = Mysql
P = php

อิๆ

งงอยู่ตั้งนานว่าทำไม phpmyadmin connect ไปที่ mysql ไม่ได้ ที่แท้ต้อง แก้ socket (ทำตามวิธีข้างล่างเนี่ย) เพิ่งจะรู้เหอะๆ ตอนนี้แก้ได้และ

I had this problem earlier...its a simple matter of finding the MySQL socket and updating php.ini.
Open up a terminal and type mysql -p, then enter your MySQL root password. Once this is open you should have a prompt like so:
mysql>
Now type in status. Scroll around and you should find the socket in the middle somewhere. Now type exit.

Open up php.ini in your favorite editor, find the mysql.default_socket value and change it to the socket path you received from the MySQL status. Reload/reboot the webserver in question, and it should be fixed.
Ref: http://www.ubuntuforums.org/showthread.php?p=332515#post332515

No comments:

Post a Comment