I have looked for the mysql.sock all over my computer and my web server, but I can't find it. Is there something I'm supposed to do to get it?
PS-I've installed PHP, MySQL, & Apache. Is there anything else I need to install?
will someone please tell me where the mysql.sock file is supposed to be? I installed MySQL, but now I can't connect to mysql through PHP because it cant connect through the mysql.sock file, so I NEED to find that file!
It could be anywhere.
Find your my.cnf file and you'll see these lines:
[mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock
what OS are you running on?