Unable to Access PhpMyAdmin in cPanel

By | 2019-08-24T11:45:36+00:00 July 2nd, 2019|

In this tutorial, let's check how to access PhpMyAdmin in cPanel. PhpMyAdmin is a free web application that provides GUI for working with the MySQL database management system. It is used to perform administration tasks like creating a database, running queries, and adding user accounts. It is compactable for almost any operating system. This tool [...]

How to Optimize MySQL Database Using phpMyAdmin in Plesk?

By | 2019-08-26T14:15:44+00:00 November 8th, 2018|

How to Optimize MySQL Database Using phpMyAdmin in Plesk? In this tutorial, we are going to discuss about how to optimize a database table from phpMyAdmin in Plesk. Table optimization can be used if you have deleted a part of the table, or you have made many changes to the rows or columns of the [...]

How to Optimize MySQL Database Using phpMyAdmin in cPanel?

By | 2019-08-26T14:15:32+00:00 September 4th, 2018|

In this tutorial, we are going to discuss about how to optimize a MySQL database table from phpMyAdmin in cPanel. Table optimization can be used if you have deleted a part of the table, or you have made many changes to the rows or columns of the table with variable length rows etc... The deleted [...]

Edit SQL Query Settings from PhpMyAdmin

By | 2019-08-22T18:27:49+00:00 August 17th, 2018|

The SQL stands for the Structured Query Language. It is used mostly in database management systems. As the name indicates, the SQL Query indicates a query in a Structured Query Language. The MySQL is a common database management system. It is used in cPanel for database management needs. It is a relational database management system [...]

How to Install PhpMyAdmin on CentOS 7 and Ubuntu 16.04?

By | 2019-08-26T16:19:20+00:00 August 17th, 2018|

How to Install PhpMyAdmin on CentOS 7 and Ubuntu 16.04? The phpMyAdmin is a free open source software tool to handle the administration of MySQL over the web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB. We can manage MySQL operations via phpMyAdmin such as managing databases, tables, columns, relations, indexes, users, [...]

Changing the Database Collation in PhpMyAdmin

By | 2019-08-22T12:52:16+00:00 April 23rd, 2018|

Changing the Database Collation in PhpMyAdmin A collation is a set of rules that defines how to compare and sort character strings. Every character set has at least one collation. The default character set for MySQL is latin1, with a default database collation of latin1_swedish_ci. You can also change the encoding to utf8 which is [...]

phpMyAdmin Performance Settings

By | 2019-08-26T07:06:05+00:00 April 3rd, 2018|

phpMyAdmin Performance Settings In cPanel & WHM version 68, there is an option to Enable/Disable phpMyAdmin information schema searches settings. If a large number of databases exist on a server, we can disable information schema searches by phpMyAdmin in MySQL.  If you disable this setting, the system disables information schema searches by phpMyAdmin in MySQL. [...]

How to Unblock IP Address from WHMCS Using PhpMyAdmin?

By | 2019-08-26T13:09:08+00:00 January 22nd, 2018|

WHMCS only allows three invalid login attempts from an IP address by default. After the three failed login attempt, the local IP address will be blocked on the server. After some predefined time, the blocked IP address will be removed from the database. We can also manually remove the blocked IP address from the database. [...]

Create Database Table Manually in phpMyAdmin

By | 2019-08-22T13:42:28+00:00 January 20th, 2018|

Create Database Table Manually in phpMyAdmin This tutorial will help you to add a new table to existing database with phpMyAdmin. 1) Login to phpMyAdmin. 2) Select the database which you wish to add a new table.   3) Click on Operations, you will get the below screen.   4) Enter the table name and [...]