Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 25, 200817 yr Regarding Brandon's Tutorial, it won't work for me :/ I get the following error: Error Number: 2005 Error: Unknown MySQL server host ':/var/lib/mysql/mysql.sock' (3) Did anyone else get this when they tried to switch to UDG, is there a solution? Yes, I did ensure that I got the right path down and yes UDG is a supported transport protocol... any ideas?
January 25, 200817 yr You using mysql client or mysqli client? If it's mysqli, you have to make a different modification.
January 26, 200817 yr I think it's mysqli, as in PHPinfo one of the configure commands are:'--with-mysqli'
January 28, 200817 yr You have to modify instead ips_kernel/class_db_mysqli_client.phphttp://us2.php.net/mysqli_connect You have to change the connect function to specify the socket as one of the parameters.
Archived
This topic is now archived and is closed to further replies.