i'm new to stackoverflow and i have a question i already try on loof on the forum but i didn't find answers, i am trying to connect to a remote MySQL db using pdo, but i get the following message : error pdo
here is my pdo connection, i don't know why it doesn't work because when i connect locally it works
$bdd = new PDO('mysql:host=185.31.xx.xx;port=xxxxx;dbname=monitoring', 'xxxx', 'xxxx');
if someone can help me i would really appreciate it.
thanks!