Category: MySQL

MYSQL: Count of online users for last 90 days

Quick tip of the day, wounder you like to take a count of all active/online…

 Posted in Databases, MySQL Tagged , , , , , ,

How to Add Columns to a Table Using MySQL

In this tutorial, you will learn how do you create a new column in the…

 Posted in Databases, MySQL Tagged , , ,

Installing MySQL on Ubuntu Server

MySQL is a database management system. It provides access to databases where your site can store information.

 Posted in MySQL Tagged , ,

Completely remove or uninstall MySQL from Ubuntu

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 ,

How to create a MySQL user and database with permissions?

To create a MySQL database and user, go through following steps: Step 1: Through the…

 Posted in Databases, MySQL Tagged , , ,