Database

How to Remotely Connect to MySQL Database

Posted on

To remotely connect to a MySQL database, you can use a database management tool or command-line interface. Start by ensuring that your MySQL server is configured to accept remote connections. Then, from your remote device, use the MySQL client to connect to the server by specifying the host IP address or domain, username, and password. […]

Database

How to Rename MySQL DB through cPanel

Posted on

In this article, we will explore the process of renaming a MySQL database through cPanel. MySQL, a widely used open-source relational database management system (RDBMS), utilizes Structured Query Language (SQL) for data management. It serves as a back-end database for numerous web applications, powering a multitude of popular websites and web applications. MySQL is compatible […]

Database

How to Check and Repair a Database in phpMyAdmin

Posted on

This article helps you in understanding how to check and repair a database using phpMyAdmin in cPanel. 1. Log in to your cPanel account. 2. Click the phpMyAdmin icon from the Database section. 3. By clicking on it in the left menu, you can select the database you want to work with. 4. You can […]

Database

How to Update Database Administrator Password in Plesk?

Posted on

Plesk is a Web safety control panel that is both innovative and user-friendly. It’s a commercial Web hostility and database server automation program with a control panel targeted at Windows hosting service providers. To update Plesk’s credentials, you must usually alter the credentials on the data first server. Additionally, updating passwords through Plesk has no […]

Database

PHP Script to Test MySQL Database Connectivity

Posted on

A test for MySQL database connectivity is done using the PHP script mentioned below. It results in showing the tablet names that exist within the specified database. Sample Script Here is some of the clarification of the variables used in the script above: Step 1. dbserver: Linux hosting’s (cPanel) value as localhost needs to be […]

Database

How to Connect Plesk with External Database Servers

Posted on
How to Connect Plesk with External Database Servers

In this guide, you will find how to connect Plesk with external database servers. To join Plesk with an external database server follow these steps: 1. Log in to Plesk. 2. Select “Tools and Settings”. 3. From the “Applications and Databases” section select “Database servers”. 4. You will enter into the Database servers page. 5. […]

Database

Reducing/Shrinking the Size of SQL Server Database

Posted on
SQL Server Database

The size of SQL Server Database can be reduced/shrunk using any of the following two methods- Method 1: With the help of SQL Server Management Studio Under this method, follow the steps given below for shrinking or reducing the size of SQL Server Database (.MDF and .LDF)- Step 1: Right-click the database name >>Tasks>>Shrink>>Database Step […]

Database

Install MariaDB on CentOS 7 with these Simple Steps

Posted on

An open-source database management system, MariaDB commonly installed as part of the popular LEMP (Linux, Nginx, MySQL/MariaDB, PHP/Python/Perl) stack. The data managed by MariaDB by using a relational database and SQL (Structured Query Language). It acts as a fork of MySQL that managed by the original MySQL developers. Since it’s designed as a replacement for […]