Category: MySQL
Installing MySQL on Ubuntu Server
Danyal May 29, 2020
MySQL is a database management system. It provides access to databases where your site can store information.
Posted in MySQL Tagged mysql, mysql-server, ubuntu
Completely remove or uninstall MySQL from Ubuntu
Danyal March 30, 2018
If you in any cases need to remove or uninstall MySQL from Ubuntu, follow the…
Posted in Databases, MySQL, Ubuntu 16.04, Ubuntu 17, Uncategorized Tagged mysql, ubuntu
How to create a MySQL user and database with permissions?
Danyal February 5, 2018
To create a MySQL database and user, go through following steps: Step 1: Through the…
Posted in Databases, MySQL Tagged mysql, mysql create database, mysql create table, mysql create user