WHAT IS A MySQL DATABASE ?
A MySQL database is just a useful way to store and order a lot of information. “Databases are most useful when it comes to storing information that fits into logical categories. For example, say that you wanted to store information of all the employees in a company. With a database you can group different parts of your business into separate tables to help store your information logically. Example tables might be: Employees, Supervisors, and Customers. Each table would then contain columns specific to these three areas.”
Read the rest of this entry »