03-15-2005, 05:28 PM
|
|
Confirmed User
Join Date: Jan 2002
Location: Mountains of Western North Carolina.
Posts: 4,027
|
Quote:
Originally Posted by modF
If the nats database is on a different server, you need to create a user on the databse server to allow the ip of the new server to connect to it. Then change the AuthMySQLHost to the ip (I prefer ip).
Login to the shell of your new box, and try to access the database server using:
mysql -u user -p -h database ip/hostname database name
|
yup 
|
|
|