Jump to content

Lost connection to MySQL server during query


mariocesar

Recommended Posts

I runned this registration code on godaddy hosting with no problems, now I run the same code on ippower and give this message " Lost connection to MySQL server during query in ......." here is the config.php code

 

<?php 
$dbhost='****';
$dbusername='****';
$dbuserpass='***';
$dbname='****';
// connect to the mysql database server.
mysql_connect ($dbhost, $dbusername, $dbuserpass);
mysql_select_db($dbname) or die('I cannot select the database because: ' . mysql_error());

?>

 

any idea why, thanks

Link to comment
Share on other sites

They're posted in this cross-posted thread as well in case not enough people saw them here -

http://www.phpfreaks.com/forums/index.php/topic,231718.msg1074433.html#msg1074433

 

mariocesar, did you check out the link to that error message in the manual that was posted in your other thread to see if anything it mentioned applied to what your code is going?

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.