SkyWalker_89
New member
- Joined
- Dec 23, 2024
- Messages
- 5
- Thread Author
- #1
I hope someone can help me here, I recently upgraded my account here and got the possiblity to have a sql database. My problem is that I try to connect to the database using:
$link = mysql_connect( localhost", MyUser", "MyPassW")
I get the following:
Warning: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /home/kastir2/public_html/index.php on line 212
Warning: MySQL Connection Failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /home/kastir2/public_html/index.php on line 212
Unable to connect to database.
Does anyone know why I get this ?
$link = mysql_connect( localhost", MyUser", "MyPassW")
I get the following:
Warning: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /home/kastir2/public_html/index.php on line 212
Warning: MySQL Connection Failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /home/kastir2/public_html/index.php on line 212
Unable to connect to database.
Does anyone know why I get this ?