I have two servers. A with the MySQL server and B with Application.
In server A I already add the domain app.domain.com has an authorized remote MySQL domain.
I also already created the DB and DB user.
Now I need to set the configuration part on the server B script
Host = ????
DB_User = serverAuser_username
Pass = somethingodd
Database = serverAuser_dbmane
What shall I put on Host (don't want to use an IP)
Thanks in advance.
In server A I already add the domain app.domain.com has an authorized remote MySQL domain.
I also already created the DB and DB user.
Now I need to set the configuration part on the server B script
Host = ????
DB_User = serverAuser_username
Pass = somethingodd
Database = serverAuser_dbmane
What shall I put on Host (don't want to use an IP)
Thanks in advance.