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.
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.