LMSouq
database Open

Warning: mysql_connect(): [2002] No such file or directory (trying to connect via unix:///tmp/mysql.sock) in

NR
Nr 28
1 month ago
3 views
Problem Description
I'm trying to connect to my MySQL DB with the Terminal on my Apple (With PHP). Yesterday it worked fine, and now I suddenly get the error in the title. The script works when I use my browser to run it (I have XAMPP installed), but Terminal refuses to connect to the DB. Here is the file that I include to connect (the script works when I don't include this, but then it doesn't connect to the DB): <?php mysql_connect("localhost", "root", "") or die(mysql_error()); mysql_select_db("FNB1C_data") or die(mysql_error()); ?> That should work, since it works with my browser. The command I use at the Terminal is `php scriptname.php`.

AI-Generated Solution

Powered by LMSouq AI · GPT-4.1-mini

✓ Solution Ready
Analyzing problem and generating solution…
Was this solution helpful?
Back to Knowledge Base