Knowledge Base

Category: MySQL

1 min read

How do I restore a MySQL database?

This article will help you in understanding of how to restore a MYSQL database. Follow the below steps to restore a MySQL…

1 min read

How to change MySQL database user’s password from cPanel

This tutorial contain the process of changing MySQL database user password from cPanel. Following are steps to change the MySQL database user…

1 min read

Learn how to Backup or Export the Database from SSH

In this tutorial, we will see how you can export the database from SSH. In situations like moving your site this can…

1 min read

Installing PHP5 Apache Mysql and phpMyAdmin on Linux

In this article you will learn how to install PHP5, Apache and the database manager in MySQL PHPMyAdmin, just in simple 5…

2 min read

How To Create MySQL Tables In phpMyAdmin?

In this tutorial you will learn how to creating MySQL tables for a database in phpMyAdmin. Follow the steps for the same…

1 min read

How To Copy Or Duplicate An Existing Database With phpMyAdmin?

You might have to be needed to copy or duplicate an existing database for testing the changes made on your web site…

1 min read

Learn to Use phpMyAdmin To Copy MySQL Database

In this article you will learn to copy MySQL database using phpMyAdmin. Steps to Copy MySQL Database In order to copy a…

1 min read

How To Reset WordPress Password With phpMyAdmin?

This tutorial helps you to understand the steps for resetting your WordPress password through phpMyAdmin. Requirements: You will need the name of…

2 min read

MySQL Database Import Is Failing, Reason: The .sql File Is Too Big

Uploading browser-based file will fail just in case the file size that you simply try to upload is larger as compared to…

1 min read

Steps to Access MySQL Error Logs

Many times, the root cause of crashes, slowdowns, or other unexpected behavior in MySQL can be checked by analyzing its error logs.…