In Chapter 5, you deployed three of the four pieces necessary for your LAMP stack, and you learned how Apache and PHP can work together on a Linux host to serve up dynamic content. In this chapter, you’ll add the database component: MariaDB. The simple application you’ll create will read some information from a database table and show it in a browser.
In this chapter, you’ll first learn some MariaDB and Structured Query Language (SQL) basics to see how data is stored in a database ...