April 2018
Intermediate to advanced
338 pages
7h 38m
English
Verify whether MySQL is installed and running locally on port 3306 by executing the following command:
$ ps -ef | grep 3306
This should return the following response:
Also, log into the MySQL database and create a mydb database, executing the commands as shown in the following screenshot:

Read now
Unlock full access