MySQL Backup and recovery

Source: Internet
Author: User
Excerpt from: Http://safe.it168.com/a2009/1108/805/000000805490.shtml to back up the database "Phpbb_db_backup"

#mysqldump Phpbb_db_backup | gzip >/usr/backups/mysql/phpbb_db_backup.2005.5.6.gz

To restore the database "Phpbb_db_backup"

#mysql –u-p Phpbb_db_backup

Backup via Samba network

The core of Windows network sharing is smb/cifs, where you have to install and use the Samba package if you want to mount a disk share for Windows on Linux. The majority of popular Linux distributions now contain samba packages, and if you install a Linux system without samba, install Samba first. Of course, you can also download Samba packages to the www.samba.org website, which is now the latest version of the 3.0.10 edition. The Windows computer then establishes a directory (/ARC) and shares it, giving it read and write permissions. Also create a backup_share1 directory under the MySQL server/mnt directory and mount it:
# mount-t Smbfs-o username=cjh, password=xxxx//192.168.1.18/arc/mnt/backup_share

Finally, use the command to back up:
# mysqldump Phpbb_db_backup >/mnt/backup_share/phpbb_db_backup.2009-5-6

MySQL Backup and recovery

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.