Go Back   HostGator Peer Support Forums > Public Forums > Pre-Sales Questions

Notices

Reply
 
Thread Tools
  #1  
Old 04-01-2008, 12:59 PM
jags2ooo jags2ooo is offline
Hatchling Croc
 
Join Date: Apr 2008
Posts: 4
Default Slow remote mysql connections?

Has anyone tried too remotely connect to a mysql database hosted on host Gator?

If so is it slow? Does it take more than 3 seconds to connect if you used a simple sql connection script such as.

PHP Code:
<?php
$test 
mysql_connect('hostname''database_username, 'password');
if (!$test) {
    die('
Could not connect' . mysql_error());
}
echo '
Connected successfully';
mysql_close($link);
?>
Reply With Quote
  #2  
Old 04-01-2008, 02:16 PM
jags2ooo jags2ooo is offline
Hatchling Croc
 
Join Date: Apr 2008
Posts: 4
Default Re: Slow remote mysql connections?

Delete me O_O *** thread***
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

All times are GMT -5. The time now is 05:46 AM.