January 2019
Intermediate to advanced
460 pages
10h 33m
English
Before we begin with the implementation of our back end, we need to add a new database that we can use.
You are free to do this via the command line or phpMyAdmin. As we have just installed phpMyAdmin, we are going to use it, of course.
You can run raw SQL commands in the SQL tab of phpMyAdmin. The corresponding command to create a new database looks as follows:
CREATE DATABASE graphbook_dev CHARACTER SET utf8 COLLATE utf8_general_ci;
Otherwise, you can follow the next steps to use the graphical method. In the left-hand panel, click on the New button.
You will be presented with a screen like the following. It shows all databases including their collation of your MySQL server:
Enter a database name, such as
Read now
Unlock full access