Study

PHP Tutorial Part 2

Credits / Notes taken from:

Table of Contents:

MySQL

We can manage our databases (that contains tables) with the a GUI “phpMyAdmin”, located at http://localhost/phpmyadmin (with XAMPP server running).

To create a database within MySQL phpMyAdmin, we can go to “New” -> “Create Database”, and we will choose utf8mb4_unicode_ci for “Collation”.

phpMyAdmin Create a Database

If we want to remove, rename, change “Collation” of the database, we can go to “Operations” tab:

phpMyAdmin Operations Tab - Rename Remove Database