MySQL is a widely used relational database management system for SQL databases. A database management system allows you to add, access, and retrieve data stored in a SQL database.
A relational database stores data in separate tables rather than in one table. This adds speed and flexibility in accessing and retrieving data. The tables are linked by defined relations making it possible to combine data from several tables on request.
Note: The MySQL service is available only if you have installed MySQL as an add-on when you installed the control panel.
About the MySQL database server
The MySQL Database Server is very fast, reliable, and easy to use. Its architecture makes it extremely fast and easy to customize. The MySQL Server is designed to handle large databases and has been successfully used in highly demanding production environments. Its connectivity, speed, and security make MySQL Server highly suited for accessing databases on the Internet.
Some of the key features of the MySQL database server are:
If MySQL is available to you, you can:
For more information about using the MySQL Administration Tool, see www.PHPWizard.net.
For more information about working with MySQL databases, see www.MySQL.com.