For RedHat users, Harald Legner suggests this on the mailing list:
On my RedHat-Box the socket of mysql is /var/lib/mysql/mysql.sock. In your php.ini you will find a line mysql.default_socket = /tmp/mysql.sock change it to mysql.default_socket = /var/lib/mysql/mysql.sock Then restart apache and it will work.
Here is a fix suggested by Brad Ummer in the phpwizard forum:
First, you need to determine what socket is being used by MySQL. To do this, telnet to your server and go to the MySQL bin directory. In this directory there should be a file named mysqladmin. Type ./mysqladmin variables, and this should give you a bunch of info about your MySQL server, including the socket (/tmp/mysql.sock, for example). Then, you need to tell PHP to use this socket. Assuming you are using PHP 3.0.10 or better, you can specify the socket to use when you open the connection. To do this in phpMyAdmin, you need to complete the socket information in the config.inc.php3. For example: $cfgServers[n]['socket'] = '/tmp/mysql.sock';
Der findes ingen mysql.sock på min puter, så hvad gør jeg så? Er ved at være rimeligt træt og sur på det her :) Har siddet de sidste par timer og søgt og forsøgt alt muligt, men den der mysql.sock findes bare ikke
Jeg havde på en eller anden måde ikke fået startet mySQL (Hvor dum kan man være :) Det lykkedes my at finde løsningen i mySQL's dokumentation, hvor der stod hvordan man skulle starte mySQL, det stod ikke nævnt nogen andre steder jeg havde kigget... bagefter var det simpelt nok at følge dine tips :)
Synes godt om
Ny brugerNybegynder
Din løsning...
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.