I am developing on mac using MAMP I try to connect to my local mysql database from php:
$con=mysqli_connect("localhost","root","root","testDB");
this is the error I get:
Warning: mysqli_connect(): (HY000/2002): No such file or directory in /Users/tshahar/Documents/Dev/server/test.php on line 20 Failed to connect to MySQL: No such file or directory