MySQL is a database system that allows you to store lots of information in an easy to access manner. The databases consist of databases, tables, and records. Each database can containe one or more tables, and each table can contain one or more records or rows of data. The actual data is stored in the records or rows. Programs or web scripts can access the database to add, delete, or modify the databases, tables, and records. More information on MySQL databases and database structure and creation can be found by following this link to the MySQL Database homepage. |
Powered by WHMCompleteSolution