The MySQL Database
From mintInstall:
MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use.
In the section of PHP snippets you will find several snippets of PHP working with databases, and in the examples I use a MySQL database.
You will learn to create a database, and a table. You will be taught to insert content to the database, and we will be reading (SELECT), deleting and updating our MySQL database also.
|