Filter by Category
Filter by Tags
In this article, I am going to show you how to create a new MySQL/MariaDB database and configure it to use specific character set and collation. I will also show you how to character the character set and collation of an existing database. Listing Available MySQL/MariaDB Character Sets To list…
In this article, I am going to show you how to create a new MySQL/MariaDB database, create a new MySQL/MariaDB user, and grant the new user access to the newly created database. Connect to the Database To access the MySQL/MariaDB server as root user, run the command below. When prompted,…