To connect to your MySQL database remotely, enable remote access by following these steps:
I. Enable Remote MySQL Access from the Netfirms Control Panel
- Login to the Netfirms Control Panel at https://controlpanel.netfirms.com
- Click Site Tools
- Click Database Manager
- For the database you wish to connect to, click Admin
- Click Settings
- Using the pull-down menu, select Allow external connections
- Click Modify
II. Configure MySQL Connection Settings
You may use a MySQL client (ie. MySQL Front, HeidiSQL) or a Perl/PHP script or command line (% mysql -hmysql.netfirms.com -P3306 -pPassword -uUsername) to connect to your database remotely. Enter the following settings:
Database ID (as indicated in your Control Panel)
Username (as indicated in your Control Panel)
Password (as set by you in your Control Panel)
Host: mysql.netfirms.com
Port: 3306