Credits / Notes taken from:
Table of Contents:
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”.
If we want to remove, rename, change “Collation” of the database, we can go to “Operations” tab: