From 90f7e5e9fc7a7aa8a8468cff437a807702e951a5 Mon Sep 17 00:00:00 2001 From: Aborn Jiang Date: Sat, 7 May 2022 06:34:46 +0800 Subject: [PATCH] commit by magit in emacs@2022-05-07 06:34:44 --- ubuntu/sw-install.sh | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/ubuntu/sw-install.sh b/ubuntu/sw-install.sh index 6af44fd..03e7c85 100755 --- a/ubuntu/sw-install.sh +++ b/ubuntu/sw-install.sh @@ -49,27 +49,7 @@ sudo systemctl start mysql.service # 配置mysql sudo mysql_secure_installation -/home/sancai/github/smes/docs/dump-sanmes-20220506.sq -/home/sancai/github/smes/docs/sys-log.sql - -source /home/sancai/github/smes/docs/mes-materiel.sql - -报错: -ERROR 1118 (42000): Row size too large (> 8126). Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED may help. In current row format, BLOB prefix of 768 bytes is stored inline. -Query OK, 0 rows affected (0.00 sec) - -解决方案: -https://mariadb.com/kb/en/troubleshooting-row-size-too-large-errors-with-innodb/ - - -# reload nginx config -sudo service nginx reload - +source /home/sancai/github/smes/docs/dump-sanmes-20220506.sql # 备案 https://beian.aliyun.com/pcContainer/orderdetail?baOrderId=2035082396933 # 网址 http://smes.popkit.org/ - - -https://www.jianshu.com/p/4eb59bb62a32 -ip处理 -proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;