This article will explain how to add MySQL access hosts in WHM. WHM allows you to specify specific hostnames and IP addresses for automatic inclusion across all users and databases…
Tag: MySQL
How to copy a MySQL database using phpMyAdmin
June 22, 2023 / MySQLIn this article, we will describe how to copy a MySQL database with the help of phpMyAdmin. Follow these steps to copy a MySQL database using phpMyAdmin: Log into your…
How to import a MySQL/MariaDB database
June 19, 2023 / MySQLThis guide explains how to import a MySQL/MariaDB database. Follow the steps: To import MySQL/MariaDB database file, first you will have to add an empty database. Log in to MySQL/MariaDB…
How to clear a MySQL database
May 1, 2023 / MySQLIn this article, we will explain how to clear your MySQL database with the help of two different ways: SSH and phpMyAdmin. Using SSH Here, we will use SSH to…
How can a MySQL database be wiped out using cPanel
April 10, 2023 / MySQLThis article explains how to wipe out a MySQL database in cPanel. Follow the steps: Log in to cPanel. Select the “Databases” section and click on the “phpMyAdmin” sub-option. Select…
How to rename MySQL database through cPanel
March 1, 2023 / MySQLIn this guide, you will discover how to rename a MySQL database through cPanel. Renaming a MySQL database through cPanel can help you stay organised, secure, and efficient when managing…
How to change the password for a MySQL database user in cPanel
December 16, 2021 / MySQLChanging the password for a MySQL database user in cPanel enhances security, prevents unauthorised access, and resolves login issues. We will show you how to change a MySQL database user’s…
How to Create a MySQL Database in cPanel
September 3, 2021 / cPanel & WHMcPanel provides an easy way to create and manage MySQL databases for your website. In this article, you will learn how to create a MySQL database in cPanel and configure…
How to import a MySQL database in cPanel
May 15, 2021 / cPanel & WHMIf you are carrying out disaster recovery or moving your website to a different hosting service, you might need to import a database. You must first generate a database backup…
How to Create a New Admin Account in WordPress via MySQL
May 11, 2017 / MySQLThe following guidelines undertake that your WordPress database table prefix is set to “wp_“. If you work with something different table prefix, then change your code accordingly. For example, if…