Hermann Giebels wrote:
Hello,
phpinfo shows two values for the socket location of mysql. One is called
MYSQL_SOCKET, the other one, which I can define in the php.ini, is called
mysql.default_socket.
Now I wonder where the first comes from and where or how to manipulate this.
And what is the
Hello,
phpinfo shows two values for the socket location of mysql. One is called
MYSQL_SOCKET, the other one, which I can define in the php.ini, is called
mysql.default_socket.
Now I wonder where the first comes from and where or how to manipulate this.
And what is the difference, which one has
looked for the my.cnf file and it's not on
the machine.
Thanks,
Jay
- Original Message -
From: "Jonathan Hilgeman" <[EMAIL PROTECTED]>
To: "'Jay Paulson'" <[EMAIL PROTECTED]>
Sent: Wednesday, August 15, 2001 6:55 PM
Subject: RE: [PHP-DB]
the variable MYSQL_SOCKET is set to /tmp/mysql.sock and i need it to be
/var/lib/mysql/mysql.sock is there anyway i can set this variable in php?
thanks...