1
0

fix: redisconfdir

This commit is contained in:
2023-10-20 19:58:11 +08:00
parent 7bc5b4d5e6
commit 6f23043b59
2 changed files with 8 additions and 2 deletions

View File

@@ -41,4 +41,10 @@ exp license:netype=UDM,neid=SZ_01
uni license:netype=AMF,neid=SZ_01
java -Dfile.encoding=utf-8 -jar ost-20230807.jar
java -Dfile.encoding=utf-8 -jar ost-20230807.jar
#导出数据库所有的表结构和数据
mysqldump -h 192.168.2.211 -P 33066 -u root -p1000omc@kp! omc_db > omc_db.sql
#导出数据库user表结构和数据
mysqldump -h 192.168.2.211 -P 33066 -u root -p1000omc@kp! omc_db user > omc_db.sql