How to Check MySQL Version

March 27, 2024 / MySQL

This article explains how to check the MySQL version. To check the MySQL version installed on your system, you can use one of the following methods- Using MySQL Command Line Client-…

Read More

Spread the love

How to Add Extra MySQL Access Hosts in WHM

December 6, 2023 / MySQL

The MySQL Access Hosts tool within WHM enables you to designate specific hostnames and IP addresses for automatic inclusion across all users and databases on your server. Follow the steps:…

Read More

Spread the love

How to Create MySQL Profiles through WHM

August 24, 2023 / MySQL

This guide explains how to create MySQL profiles through WHM. MySQL profiles control all the data for the linking between the local or remote MySQL server. Root users can create…

Read More

Spread the love

How to Access phpMyAdmin in cPanel

July 3, 2023 / MySQL

In this article, we will explain how to access phpMyAdmin in cPanel. Using phpMyAdmin, you can manage your database and database’s structure. Here, you can create and delete tables, check…

Read More

Spread the love

How to Revoke Privileges from a MySQL User

May 9, 2023 / MySQL

This guide explains how to revoke privileges from a MySQL user. The syntax for it would be as follows: REVOKE privilege_type [(column_list)]    [, priv_type [(column_list)]]… ON [object_type] privilege_level FROM…

Read More

Spread the love