In this guide, we will walk you through the steps to create a MySQL trigger using phpMyAdmin via your cPanel account. A MySQL trigger is a set of instructions (SQL…
Tag: phpmyadmin
How to Reset WordPress user Password from PHP MyAdmin in Plesk
March 6, 2025 / Servers, Hosting & EmailResetting a WordPress user password from phpMyAdmin in Plesk is essential when you are locked out of the WordPress admin panel and cannot reset the password via email. Steps to…
How to manually deactivate WordPress plugins via phpMyAdmin
February 15, 2024 / cPanel & WHMThis article illustrates how to manually deactivate WordPress plugins through phpMyAdmin. For this, you will have to log in to your web hosting control panel. It is always suggested to…
How to change database timezone in phpMyAdmin
January 11, 2024 / How-to GuideThis article explains how to change database TimeZone in phpMyAdmin. Changing the database TimeZone in phpMyAdmin ensures constant handling of time-related data and exact timestamp representation across applications. Let us…
How to access phpMyAdmin in cPanel
July 3, 2023 / MySQLIn 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…
How to create a table using phpMyAdmin
May 8, 2023 / MySQLIn this tutorial we will explain how to create a table using phpMyAdmin. Let’s look into how to build a table in a database using phpMyAdmin. Log into your phpMyAdmin…
How to check the size of MySQL database using phpMyAdmin
May 7, 2023 / MySQLIn this article, we will explain how to check the size of MySQL database using phpMyAdmin. There are several reasons to check the size of MySQL database but monitoring the…
How to modify the collation for a table using phpMyAdmin in cPanel
March 10, 2023 / MySQLIn this article, you will learn how to modify the collation for a table using phpMyAdmin in cPanel. A collation is a set of rules that defines how to relate and…
How to create table in cPanel using phpMyAdmin
April 1, 2022 / cPanel & WHMThe following article will tell you how to use phpMyAdmin to create a table in cPanel. Steps to follow: Log in to your cPanel account. Select the “phpMyAdmin” sub-option under…
How to use phpMyAdmin to export MySQL database files
December 14, 2021 / MySQLIf you are using a Plesk user to maintain an effective web hosting environment, the process of exporting a MySQL database via phpMyAdmin is slightly different from a normal phpMyAdmin…