My MySQL service is down for at least a week, but I can access it via cPanelX. How it's that?
D DRWSVK New Member Messages 3 Reaction score 0 Points 0 Sep 2, 2008 #1 My MySQL service is down for at least a week, but I can access it via cPanelX. How it's that?
tnl2k7 Banned Messages 3,131 Reaction score 0 Points 0 Sep 2, 2008 #2 It's not down. MySQL is being reported as offline by the server status scripts, but it's because the firewall rules have been changed to deny external access. MySQL is online though . -Luke.
It's not down. MySQL is being reported as offline by the server status scripts, but it's because the firewall rules have been changed to deny external access. MySQL is online though . -Luke.
D DRWSVK New Member Messages 3 Reaction score 0 Points 0 Sep 2, 2008 #3 I used localhost instead of server name and it's working. I remember it had to be changed from localhost to specific server in the past. Last edited: Sep 2, 2008
I used localhost instead of server name and it's working. I remember it had to be changed from localhost to specific server in the past.
tnl2k7 Banned Messages 3,131 Reaction score 0 Points 0 Sep 2, 2008 #4 By using the usual mysql_connect() function, like this: <?php mysql_connect('localhost','<your mysql user >','<your mysql pass>'); ... ?> Edit: Okay. Is there anything else I can help you with? -Luke. Last edited: Sep 2, 2008
By using the usual mysql_connect() function, like this: <?php mysql_connect('localhost','<your mysql user >','<your mysql pass>'); ... ?> Edit: Okay. Is there anything else I can help you with? -Luke.