Copy Database
Posted in Database

Create a Backup of the Database within phpMyAdmin

Do you want to create a backup of the database? Keeping a backup of your database is always a good practice. In this article, we…

Continue Reading...
Posted in Database

How to Set MySQL Root Password using phpMyAdmin

Do you want to change the password for the root account of your MySQL server? Sometimes you may want to set a password for the…

Continue Reading...
Posted in Database

How to Write MySQL Commands to Export and Import Database

The developers used to deal with the MySQL databases. When they complete the development work, they need to move the database to the other server….

Continue Reading...
Posted in Database

How to Run MySQL Queries through Windows Command Prompt

Software programmers should have a practice of command-line tools. Though it feels old, sometimes it’s necessary to use the command prompt. I experienced this when…

Continue Reading...