swarm
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user