PDA

View Full Version : mysql15 connection


lito
8-31-06, 07:17 PM
I may be missing a piece here, but given the amount of issues I had for the past month, here it is:

I switched my mysql database to the new path, updated the login and password and changed server IP to 66.152.97.80, but
it still shoots blanks.
Is there also a new way to connect to the new databases?

Appreciated.

ps - Has anyone been succesful to get their money back by leaving this provider after the migration?

tbonekkt
8-31-06, 07:33 PM
That's a legacy server IP, so that won't work. Make sure you use the hostname (mysql15.powweb.com) instead.

lito
8-31-06, 07:36 PM
Thanks Tom. Ill try that now.
cheers

lito
9-1-06, 04:47 AM
Nope. Tried that. No luck. This is the connection string I'm using, but
it doesn't work... hmm... I removed the login information, but the rest is as in the code...

$link = mysql_connect('mysql15.powweb.com', 'login','password'); mysql_select_db("ddd", $link);

lito
9-1-06, 08:52 PM
any suggestions?
thanks

cc1030
9-2-06, 09:17 PM
Are you using the correct MySQL hostname? Log into OPS, then go to the MySQL page. That will tell you which MySQL host your database is using.

lito
9-3-06, 12:20 PM
Yea. Thanks for the suggestion. I checked and rechecked. And I have only one database, so it'd be hard to confuse it. Is anyone else using mysql15 succesfully??

lito wrote:
This is the connection string I'm using, but it doesn't work... hmm... I removed the login information, but the rest is as in the code...

$link = mysql_connect('mysql15.powweb.com', 'login','password'); mysql_select_db("ddd", $link);