Chapter 5. Using MariaDB – Databases and Tables
From this chapter onwards, we will focus on using the command-line mysql
client to perform common tasks. In this chapter, you'll learn about the following:
- The
mysql
command-line client application - Connecting to MariaDB
- Using USE to select a database
- Using SHOW to list all databases on a server
- Creating and deleting databases
- Data, tables, and normalization
- Creating, altering, and dropping tables