可在命令中添加 column-statistics=0 参数。因 MySQL 数据库早期版本 information_schema 数据库中没有名为 COLUMN_STATISTICS 的数据表,新版 mysqldump 默认启用,我们可以通过此命令禁用它。
mysqldump 命令参数大全 https://blog.csdn.net/piaoranyuji/article/details/116193100
conf/app.conf
make build-linux
./run.sh start
sudo systemctl start ColdVerify_local.service # 启动服务 sudo systemctl stop ColdVerify_local.service # 停止服务 sudo systemctl restart ColdVerify_local.service # 重启服务 sudo systemctl status ColdVerify_local.service # 检查服务状态
journalctl -u ColdVerify_local.service -f 查看日志