Will not connect after switch to MySQL5/socket
I upgraded to MySql 5 since my host is discontinuing MySql 4.
The old host string for v4 was just "localhost", but for v5 they have a socket parameter too (/tmp/mysql5.sock). In my own php apps I just give hostname as "localhost:/tmp/mysql5.sock" but when I use that as the $sqlHost in the config.inc.php I get an "Invalid Access - 19" error - indicating it cannot connect.
If the host:socket is not supported in EPC how do I go about connecting to a db that uses a special socket parameter?
|