i'm trying to upload my school project on my personal Aruba domain. I have uploaded all the file on the server and the site is working untill i try to connect to the online database i've uploaded. It gives me this
Connection failed: SQLSTATE[HY000] [2002] Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
I'm using PDO to do the connection.
$dbh = new PDO('mysql:host=<ip_address>;dbname=test', $user, $pass);
Can you guys help me?