Overview
There are different ways to connect to a MySQL database.
Locally, the settings are: (from a script on the server, to the server)
Hostname:
localhost
Username:
username_dbuser
Password:
dbpassword
db_name:
username_dbname
db_table:
dbname_table
Attention
Please note that the database name, username and passwords are case sensitive.
The settings are the same, but you must use yourdomain.com in place of 'localhost'.
We doesn't allow remote connections to our database for security reasons.
Related Links
*** The above information is for reference only, Please seek independent technical advice if found necessary.