Everytime I attempt to connect to a remote mysql server, I get the
error about /tmp/mysql.sock not existing. I have the mysql client
installed on the php computer, but not the server. Is there a way to
tell php to use the client like "mysql -h[location of sql server]"
instead of going through the /tmp/mysql.sock socket?