You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
559 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

因云平台的部分表中数据列的宽度总和大于8000导致在mysql服务端不做优化时无法正确导入需要修改一下my.cnf,内容如下:
innodb_log_buffer_size = 800M
innodb_log_file_size = 500M
innodb_strict_mode = 0
8大中心共72张表使用Navicat Premium 16,工具-数据传输工具,开始同步到 10.10.14.199-huanghai数据库下
完成后,准备采用 ESF再二次同步到Postgresql中。
吴缤在安装Postgresql时采用yum直接安装的版本是PG15,版本太高要求修改为PG13.