+91 88 00 56 3434 

[email protected] 

Skip to main content

How to Run MySQL Query in phpMyAdmin

You are here:

This article demonstrates the step-by-step process of running a MySQL query in phpMyAdmin.

1) Access your cPanel account.

2) Locate and click on the ‘phpMyAdmin’ icon under the ‘DATABASES’ section.

MySQL query in phpMyAdmin

3) Choose the appropriate database name.

MySQL query in phpMyAdmin

4) Select the desired table where you intend to perform the operation.

MySQL query in phpMyAdmin

5) Navigate to the ‘SQL’ tab.

MySQL query in phpMyAdmin

6) Input the query into the provided text box.

MySQL query in phpMyAdmin

7) Execute the query by clicking the ‘GO’ button.

MySQL query in phpMyAdmin

Leave a Comment

Categories
/* WHMCS Silent Currency Switcher */ (function() { function applyCurrency() { // LIVE SETTING: Set to false after testing var forceUSD = false;var params = new URLSearchParams(window.location.search); // Check if the URL has ?currency=2 OR if we are forcing it if (forceUSD || params.get('currency') === '2') { document.body.classList.add('show-usd'); var links = document.querySelectorAll('a[href*="cart.php"]'); links.forEach(function(link) { if (!link.href.includes('currency=2')) { link.href += (link.href.includes('?') ? '&' : '?') + 'currency=2'; } }); } } window.addEventListener('load', applyCurrency); })();
WebHostingPeople
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.