June 2016
Beginner
456 pages
9h 31m
English
In this recipe, we will learn how to create databases and tables and store data in those tables. We will learn the basic Structured Query Language (SQL) required for working with MySQL. We will focus on using the command-line MySQL client for this tutorial, but you can use the same queries with any client software or code.
Ensure that the MySQL server is installed and running. You will need administrative access to the MySQL server. Alternatively, you can use the root account of MySQL.
Follow these steps to store and retrieve data with MySQL:
admin with a user account on the MySQL server. You can use root as well but it’s not ...Read now
Unlock full access