PDA

View Full Version : How to have mydnsconfig on a separate server to mydns


james@thereidsonline.com
24th March 2008, 01:35
Hi!

Could someone give me some ideas on what I need to do to be able to have mydnsconfig running on a separate server to mydns?

As far as I can see, I think I just need to configure the mysql database on the server running mydns to allow remote access from the server running mydnsconfig?

I've tried simply creating a user:
GRANT SELECT, INSERT, UPDATE, DELETE ON mydns.* TO 'mydns'@'<server-running-mysqlconfig>' IDENTIFIED BY '<password>';


But this does not seem to be enough!

Thanks!
James.

zcworld
24th March 2008, 05:18
ok try this

set the account to connect from any host
and give it full access rights to the mydns table

if it works
than cut the access rights down to what you need
than try to put in the <remoteIP>


but maybe the sqlserver is only set to listen on localhost IP address
not on the LAN IP