Direct link/URL to access phpMyAdmin without installing software

The cPanel account that is hosted under shared server, try using the below URL to directly access phpMyadmin. http://www.yourdomainname.com:2083/3rdparty/phpMyAdmin/index.php Make sure you substitute yourdomainname.com together with your actual name. To enter your login credentials, you will be get prompted . you’ll login to phpMyAdmin with constant credentials you employ for cPanel. Once entered it ought […]

Read More »
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 MySQLTuner ?

Using the MySQLTuner helps you review a MySQL installation quickly and being considered is a script it has more effective way to improve its performance and achieve stability. Note : Before you run the MySQLTuner script you’d need to be logged in as root user. Let’s see the steps to use MySQLTuner ? Step 1 […]

Read More »

How to Fix Error Forcing close of thread 310 user: ‘root’ in MySQL?

Problem Statement MySQL server keeps on shutting down. Error Message C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Forcing close of thread 310 user: ‘root’ Solution You can resolve this issue by increasing maximum connection to MySQL server. Firstly you have Login to MySQL server and navigate to /etc/my.cnf file. Find & increase max_connections value and save the my.conf file. Restart MySQL […]

Read More »