Hello all, I have just finished installing Cold Fusion for Linux and I am having problems getting CF to find the mysql.sock file. Turns out the CF drivers have the location hard coded to a specific directory. (/var/lib/mysql/) My mysql is putting the mysql.sock file in the /tmp/ directory. I have tried putting this below in my my.cnf file, but it seems to ignore it and continues to put it in the /tmp/ folder. [client] socket = /var/lib/mysql/mysql.sock Here is my complete my.cnf file. [client] port = 3306 socket = /var/lib/mysql/mysql.sock # The MySQL server [mysqld] port = 3306 socket = /var/lib/mysql/mysql.sock [mysql.server] user=mysql basedir=/usr/local/mysql Can anyone offer any advice on fixing this? Thanks --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php