diff --git a/Documentation.html b/Documentation.html index dd47257b1..7e94df4af 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1119,7 +1119,20 @@ The error message "Warning: MySQL Connection Failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)...") is displayed. What can I do? +

+ 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: