From 2fa6c9b772e305b55bc199d3cd7df6a21f31579e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B5=B7?= <10402852@qq.com> Date: Tue, 13 Dec 2022 17:15:21 +0800 Subject: [PATCH] 'commit' --- pom.xml | 2 +- target/classes/backup_db.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c03ee5b..7a12319 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ com.jfinal jfinal - 5.0.7 + 5.0.8 com.jfinal diff --git a/target/classes/backup_db.sh b/target/classes/backup_db.sh index 70d32da..543c07e 100644 --- a/target/classes/backup_db.sh +++ b/target/classes/backup_db.sh @@ -2,4 +2,4 @@ # date_str=`date +%Y%m%d%H%M%S` cd /home/Backup -mysqldump -h localhost -u root --password=DsideaL147258369 -R -E -e --max_allowed_packet=1048576 --net_buffer_length=16384 FengHuang_db | gzip > /home/Backup/FengHuang_db_$date_str.sql.gz \ No newline at end of file +mysqldump -h localhost -u root --password=DsideaL147258369 -R -E -e --max_allowed_packet=1048576 --net_buffer_length=16384 cczhichengtoupiao | gzip > /home/Backup/cczhichengtoupiao_$date_str.sql.gz \ No newline at end of file