In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
The mysqldump tool comes with an option that does not compress the exported backup file. You can use only one command to compress the exported file in combination with gzip, as follows:
Mysqldump compressed export:
# mysqldump-h292.168.0.3-P3306-uroot-ppwd123-- single-transaction-- default-character-set=utf8-R-E zabbix-- log-error=zabbix2018030709.log | gzip > zabbix2018030709.sql.gz
Parameter explanation:
-h official DB IP
-P official DB Port
-u official DB account
-p official DB account matching password
-R derives the storage process and function
-E leads to events
-- single-transaction transaction consistency score
-- default-character-set character set, which is consistent with the official db character set
-- log-error error log files. If a backup error occurs, only the files are empty, and the error words are written in the memory.
Zabbix Export DB name
Import after mysqldump compression export:
# gunzip 'zabbix'$FILENAME.sql.gz
Find / data/dbbak/zabbix*.gz-mtime + 7-exec rm-f {}\
Find / data/dbbak/zabbix*.log-mtime + 7-exec rm-f {}\
# crontab-e
300 * sh / data/dbbak/zabbixdbbak.sh 1 > / data/dbbak/zabbixdbbakcron.log 2 > > / data/dbbak/zabbixdbbakcron.bad
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.