Direct MySQL Access From the Internet
SourceForge.net provides access to the Project database via the Internet. This offering permits users to perform database tasks such as:
- Make offsite backups.
- Perform load-in of data.
- Make use of GUI database management tools from your workstation.
Management
Access to the Project database servers is typically firewalled. To provide this direct access over the Internet, we temporarily (4 hours at time) open a hole in our firewall to permit your traffic to the project database servers. Access is provided on-demand on a per-IP basis through the management interface at: https://apps.sourceforge.net/admin/UNIXNAME/ (replace UNIXNAME with the UNIX name of your project).
Access
Once access has been granted via the management interface, you may connect using the MySQL server provided to your project, using one of the database accounts provided to your project.
For example, after authorizing yourself for access, you may connect to the database as follows (replace USERNAME and LETTER as documented):
mysql -u USERNAME -h mysql-LETTER.sourceforge.net -P 4040 -p
Getting Help
- Support is provided for MySQL databases housed at SourceForge.net.
- Request an enhancement