
How to check Database size in Linux
We can check all the sizes of databases through execute a simple…
September 11, 2022/by howto
How to Configure MySQL Master-Master Replication
Step 1: Install MySQL Server
Install MySQL Server on both machines.
#…
June 12, 2022/by howtoInstall MySQL Server on both machines.
#…

MySQL Commands
April 14, 2022/by howto
SQL Server Commands
March 14, 2022/by howto
How to Change MySQL user passsword in linux
Step 1: Login MySQL Server
Use the mysql credentials to login…
January 10, 2022/by howtoUse the mysql credentials to login…

How to Delete Database in mysql through Linux Shell
There are 2 methods in order to delete the database in mysql…
June 12, 2015/by howto
How to Enable mysql slow query logs in Debian/Ubuntu
Step 1: Modify /etc/mysql/my.cnf File
To enable mysql slow query…
April 13, 2015/by howtoTo enable mysql slow query…

How to Create MySQL database & tables in Linux
Step 1: Login MySQL Database
Login to MySQL database using following…
April 7, 2015/by howtoLogin to MySQL database using following…

How to Uninstall MySQL Server in Debian/Ubuntu
Step 1: Remove mysql Server
We can use apt-get command in order…
April 1, 2015/by howtoWe can use apt-get command in order…

How to Export & Import MySQL database in Linux
Export MySQL database
To export mysql database, use the mysqldump…
March 31, 2015/by howtoTo export mysql database, use the mysqldump…

How to Install MySQL Server on CentOS / RHEL / FEDORA
Introduction
MySQL Community Edition is a freely downloadable…
March 31, 2015/by howtoMySQL Community Edition is a freely downloadable…