This commit is contained in:
marsal wang
2023-07-26 10:07:34 +08:00
parent f884cb1020
commit 1e5a703cce
5384 changed files with 618283 additions and 4002 deletions

View File

@ -31,12 +31,12 @@ helm upgrade -i mysql mysql/ --values local-values/mysql/crm1.yaml -n crm1
cd /bitnami/mysql/
CREATE DATABASE nacos DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
CREATE DATABASE nacos DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
mysql -uroot -pgkxl650 zd_rescue < ./zd_rescue.sql
nohup mysql -uroot -pgkxl650 zd_rescue < ./zd_rescue.sql > ./mysql.log 2>&1 &
nohup mysql -uroot -pgkxl650 zd_rescue --max_allowed_packet=16777216 --net_buffer_length=16384 < ./zd_rescue.sql > ./mysql.log 2>&1 &
```
## rabbitmq