This guide explains how to set up database replication in MySQL/MariaDB. Database replication in MySQL/MariaDB is a process that lets data from one database (Master) be replicated to another database…
Tag: database
How to Create a Database Dump Using phpMyAdmin in Plesk
March 1, 2024 / PleskThis guide explains how to create a database dump using phpMyAdmin in Plesk. Follow the steps: Log in to your Plesk control panel. Go to Websites & Domains and select…
How to find objects between two dates in MongoDB
December 18, 2023 / MySQLLearn how to query objects stored in MongoDB between two specific dates in this guide, essential for time-sensitive data applications. Understand about the MongoDB’s data storage MongoDB uses the BSON…
How to Remove a Remote Server to Access your Database
May 14, 2023 / MySQLThis article explains how to remove a remote server’s access to your database. cPanel allows remote servers or applications to access databases hosted on your account. You can manage this…
How to rebuild an RPM database via WHM and command line
December 23, 2022 / MySQLThis tutorial will teach you how to rebuild an RPM database via WHM and the command line. When a crash event happens for an RPM or YUM transaction that…
How to add a user to a MySQL database in cPanel
July 18, 2022 / MySQLThis guide will explain to you how to add a user to a MySQL database in cPanel. MySQL databases are necessary to run many web-based applications, such as bulletin boards,…
How to disable the prefix for databases and database users in WHM
June 6, 2022 / cPanel & WHMThis article will explain to you how to disable the prefix for database and database users in WHM. Follow the steps: Log in to WHM. Select the “Tweak Settings” from…
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…