The basics to MySQL...
Introduction
If you’re not familiar to what MySQL is, it simply means “My Structured Query Language”. It’s a database system commonly used for storing information, which can then be retrieved, manipulated or deleted at any given time. MySQL is used by a large amount of main-stream systems, and you will find that most websites are powered by MySQL (there are other database systems, but this one...