March 2019
Beginner to intermediate
324 pages
7h 17m
English
Before we start creating databases and tables, we first need to install MySQL. There are Enterprise Editions as well as Community Editions of MySQL. The Community Edition of MySQL is what we would use in a project like ours. This is because the Community Editions are free and can be used for learning and exploration projects. To install the MySQL Community Edition Server, you need to download it from the following link: https://dev.mysql.com/downloads/.
Once we have installed MySQL, we need to install client tools to make use of the database. MySQL usually comes with a tool called MySQL Workbench, which is shown in the following screenshot:
You can use the tools in MySQL Workbench to create MySQL ...
Read now
Unlock full access