In this article I will show you how to rename table in MySQL. RENAME TABLE IN MYSQL Syntax Follow...
Category - Database
ERROR 1130 (HY000): Host ” is not allowed to connect to...
If you are trying to access your database server remotely and getting below error during MySQL...
How to Setup MySQL Master Slave Replication Using Rsync
There are lots of online tutorials for setting up a slave replication database include dumping the...
How to Install and Configure phpMyAdmin on CentOS 7
PhpMyadmin is used to administrate MySQL server. It is an open source tool. Using phpMyAdmin you...
How to Setup MySQL Master Slave Replication using Percona...
Percona XtraBackup is free and available for download, it is open source hot backup utility for...
Fix : Mysql Warning Using a Password on The Command Line...
If you are using command line interface to access your Mysql server and getting “Mysql...
How To Install PostgreSQL 10 On CentOS/RHEL 7/6 and Fedora 26/25
PostgreSQL (pronounced “post-gress-Q-L”). PostgreSQL is an open source object...
Fix phpMyAdmin :- unblock with ‘mysqladmin flush...
If you are getting MySQL connection error ” Host ” is blocked because of many...
How To Install MySQL 8.0 On CentOS, RHEL and Fedora
MySQL is an open source relational database management system (DBMS) which is much of the time...
Case study: Alternative Way To Recover MySQL Root Password
I had a task to migrate full data from MySQL 5.6 AWS RDS instance to Softlayer dedicated MySQL 5.6...
Installing Percona XtraBackup on RHEL and CentOS
XtraBackup package is available on the Percona XtraBackup software repositories. Percona yum...
Restore Mysqldump Backup Faster
On the off chance that you take general backups utilizing mysqldump, you’ll realize that...
How To Setup GTID Replication In MySQL 5.6
What is GTID? GTID (Global Transaction Identifier) is a unique identifier created and associated...
MySQL : Show How Many INSERT, UPDATE, DELETE In Binary Log File
Each data modification such as INSERT, UPDATE, DELETE and data definition like ALTER, ADD, DROP...