MySQL

How to Check the Size of MySQL Database using SSH Command Line

In this article, we’ll go through how check the Size of MySQL Database using SSH Command Line. Follow the steps to check the MySQL database using of SSH: Log into SSH using “root”. Enter the following command: mysql -u username -p When the password prompt appears, enter the “password”. Copy the follow command, to display all …

How to Check the Size of MySQL Database using SSH Command Line Read More »

How to Set Privileges to a MySQL user Account in cPanel

This article explains how to set privileges to a MySQL user account in cPanel. MySQL in cPanel allows website owners to create and manage databases for their websites. Using the MySQL Databases feature in cPanel, website owners can create new databases, manage existing databases, and add or remove database users. cPanel also includes tools for …

How to Set Privileges to a MySQL user Account in cPanel Read More »

How to Add a User to a MySQL Database

This guide explains how to add a user to a MySQL database. The most extensively used open-source relational database, MySQL is used as the main relational data storage for numerous well-known websites, programmes, and commercial goods. Let us follow the steps: Log in to your cPanel account. Select the “Databases” category, then click on the …

How to Add a User to a MySQL Database Read More »