May 2023
Intermediate to advanced
352 pages
7h 23m
English
To begin working with databases, you’ll install the free version of MySQL, called MySQL Community Server (also known as MySQL Community Edition), and two handy tools: MySQL Workbench and the MySQL command line client. This software can be downloaded for free from the MySQL website. You will use these tools to work on projects and exercises later in this book.
MySQL uses a client/server architecture, as shown in Figure 1-1.
Figure 1-1: The client/server architecture
The server side of this ...
Read now
Unlock full access