Today we will learn about 4 basic commands in mysql server which are related to manage the database.These 4 commands are important for any Mysql Database administrator.The post is mainly written for beginners of MySQL database administration. All the data are saved in some database. These Databases have some name hence the basic thing is,we […]
mysql
send email after mysql backup through bash script in simple way
send email after mysql backup through bash script in simple way In Facebook group one of the user asked this question “how to send email after mysql backup through bash script”. If you know bash scripting a bit it is just a one liner. It can be write in more advanced form but here I […]
How to change mysql default data directory in Ubuntu
How to change mysql data directory in Ubuntu In this tutorial we will learn how to change the default path of mysql data directory. The mysql server bydefault keep the data in /var/lib/mysql . If you want to change its path follow the given below steps. Lets have an overview for changing mysql data directory […]
How to install mysql server in RedHat and CentOS
In this post we will learn about,how to install mysql server in RedHat and CentOS. MySQL is a relational database management system (RDBMS), and ships with no GUI tools to administer MySQL databases or manage data contained within the databases. Read More About MySQL Server By-Default Port no. of MySQL : 3306 (It is a […]