MySQL Databases
What is a MySQL database?
Most of the web applications require a database where they store various
settings and data. MySQL is a relational database management system, which means
it stores data in separate tables rather than putting all the data in one big
area. This adds flexibility, as well as speed. The SQL part of MySQL stands for
"Structured Query Language," which is the most common language used to access
databases. The MySQL database server is the most popular open source database in
the world. It is extremely fast and easy to customize, due to its architecture.
How do I create a database?
To create a working SQL database, you have to specify the following information:
Database name: Choose a name for your database. Note that the name should not
exceed 16 characters including username_.
Password: Fill in the desired password in both fields.
Once you click on the Add SQL Database button, the database will be
created and ready to use.