View Single Post
  #2 (permalink)  
Old 03-07-2006, 06:50 AM
Faglork's Avatar
Faglork Faglork is offline
WebProWorld Veteran
 
Join Date: Feb 2005
Location: Forchheim, Germany
Posts: 938
Faglork RepRank 1
Default Re: Can't connect to new SQL database

Quote:
Originally Posted by spenland

The only real difference here besides changing the IP address is that the new username doesn't have the @mywebsite.com after it. I assume this is a limitation of Linux.
No. If at all, it would be a limitation of mysql.
Quote:
Originally Posted by spenland
Am I doing this correctly? I feel like I've tried everything. Is it possible to connect to a database by IP only?
Try

$xxxConfig_dbhost = 'localhost';

Apart from that: Don't you get any error messages? Did you check server lof files?

hth,
faglork
Reply With Quote