How to Run SQL Queries in phpMyAdmin

How to Run SQL Queries in phpMyAdmin

In this tutorial will demonastrate on how you can run SQL Queries in phpMyAdmin. Step 1: Go to cPanel > Software >phpMyAdmin. Step 2: Navigate to the area your SQL query will apply to. Select the database or the tables you want run the queries against. Step 3: Click on the SQL tab. Step 4: Type in […]

Read More »
How to Use phpMyAdmin to Export MySQL Database Files

How to Use phpMyAdmin to Export MySQL Database Files

The tutorial can illustrate a way to export a replica of your MySQL database backup file into your database server. So, let’s move additional with the steps: 1. Log in to Plesk. 2. Select “Databases” section from the left-hand side of the screen. 3. Click on “phpMyAdmin”. You will enter into the “phpMyAdmin” page. 4. Now, select the database from the […]

Read More »

Clean the YUM Cache in CentOS

This article can justify a way to clean the YUM cache in CentOS. YUM is an abbreviation for Yellowdog Updater, Modifier that could be a free and open-source command-line package-management tool. it’s developed for computers with Linux operating system software uisng the RPM Package Manager.You to automatically update packages and dependency management on RPM-based distribution […]

Read More »
How to Turn Off PHP Error Reporting

How to Turn Off PHP Error Reporting

In this article, we are going to understand how to disable the PHP error reporting. PHP errors are generated by your websites and logged in error_log files within the directory wherever your PHP files are situated. If you are do not would like the error_log file you’ll disable PHP error logging. To turn off PHP […]

Read More »