Moodle 2.4
I have multiple moodles set up on different servers, same host on different domains.
Both authentication and enrollment work perfectly with local host when both databases are on the same server with the same host and same domain.
Neither work when the moodle is on a different server/domain name from the database holding the information. I have used the IP address as Host, database Mysql and the name of the database, etc.
When debugging is set, this is the error:
184.154.237.87: Access denied for user 'user'@'184.154.237.99' (using password: YES)
(mysql): SELECT * FROM zen_moodle_data WHERE customers_email_address = 'address@.com' AND customers_postcode = '1234567'
1045: Access denied for user 'user'@'184.154.237.99' (using password: YES)
My host checked into and said "I have carefully reviewed the case and noticed that the application on the current account is configured properly. I have searched for a solution over the Net but to no avail. What you would advise you is to contact a skilled developer and ask for assistance with the configuration. "
What are the external settings when the servers and domains are different?