MySQL Architecture
MySQL is an RDBMS owned by Oracle. It’s an widely used database server and was default in LAMP stack until MariaDB. MySQL is based on tiered architecture, which components that interact with each other...
View ArticleMariaDB Database replication in 10 min
There are lot of ways to prepare for disaster and MariaDB database replication is one of them. Database replication provides a way to have multiple copies of databases in different location. It can be...
View ArticleAWS RDS Database restore problem – fixed
I have created a MultiAZ MariaDB instance and trying to restore a database from command line from ec2 instance. Connecting to an RDS is same as connecting a regular SQL instance, replace the host with...
View Articlemysqldump: Got packet bigger than ‘max_allowed_packet’ bytes
We often get this error while restoring or dumping a large database on MySQL or MariaDB. it comes when chunk size exceed the MySQL clients variable max_allowed_packet and you will get an error like...
View Article