Thanks for your reply. I found an easier way. :) By typing mysqladmin -u root -p version I was able to see that mySQL wanted to put its socket in /tmp/mysql.sock But PHP was looking at /var/mysql/mysql.sock, as you can see from below. So I made a symlink at /var/mysql that points to /tmp. Ta -da ! It works fine now. Sent from the phpGroupWare forums @ http://forums.phpGroupWare.org
_______________________________________________ phpGroupWare-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/phpgroupware-users
