• Increase font size
  • Default font size
  • Decrease font size

Mysql

MySQL Backups With AutoMySQLBackup

 Creating MySQL Backups With AutoMySQLBackup

http://www.howtoforge.com/creating-mysql-backups-with-automysqlbackup

Auto MySQL databases Backup with AutoMySQLBackup 

How to backup mysql database using AutoMySQLBackup 

 

How to Change MySQL Root Password Using mysqladmin Command

 You can change the mySQL root password using mysqladmin command as shown below. Please note that there is no space between -p and currentpassword.

# mysqladmin -u root -pcurrentpassword password 'newpassword'

 

 

# mysql -u root -pnewpassword
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 8
Server version: 5.1.25-rc-community MySQL Community Server (GPL)
mysql>

 

 
Page 2 of 2