How to have mydnsconfig on a separate server to mydns

Discussion in 'General' started by [email protected], Mar 24, 2008.

  1. james@thereidsonline.com

    [email protected] New Member

    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:
    Code:
    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.
     
  2. zcworld

    zcworld New Member

    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
     

Share This Page