When i run the install php i get to the set up. I fill in the required fields ie.. username,password ect... when I proceed to the next step i get this
Database error: Link_ID == false, connect failed
MySQL error: 0 ()
Session halted.
Could this be do to a fire wall. My web service says I need to use this!
When i run the install php i get to the set up. I fill in the required fields ie.. username,password ect... when I proceed to the next step i get this
Database error: Link_ID == false, connect failed
MySQL error: 0 ()
Session halted.
Could this be do to a fire wall. My web service says I need to use this!
<?php
$db = @mysql_connect("localhost:/home/*username*/*yourdomaindomain.com*/.database/mysql/mysql.sock", "root", "*your password*");
?>
If this is it where do I put this. Please help.