The MySQL database server is the world's most popular open source database. With more than five million active installations, MySQL has quickly become the core of many high-volume, business-critical applications .
You can easily manipulate your MySQL databases using a graphical tool called PHPMyAdmin. It is accessible from your control panel -> MySQL section.
In the MySQL section there are also instructions on how to connect to your databases.
NOTE: If you want to connect to a database, make sure that you:
1. Create the database.
2. Create a user for the database
3. Add the user to the database
4. If you plan to connect remotely, add the remote host to the allowed hosts. Localhost is added by default.
5. Use the source code which is generated by cpanel to connect to your databases.
NOTE: We do not provide programming support. If you need help with creating MySQL applications, look for a professional programming service. However we can and do help our customers with installations of scripts that use MySQL. |