报错信息:ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘AUTO_INCREMENT_MOD
E = ‘ORDER’ DEFAULT CHARSET = utf8mb4 ROW_FORMAT = DYNAMIC COM’ at line 10
Query OK, 0 rows affected (0.00 sec)
ERROR 1146 (42S02): Table ‘base_resource.topo_node’ doesn’t exist
ERROR 1146 (42S02): Table ‘base_resource.topo_node’ doesn’t exist
ERROR 1146 (42S02): Table ‘base_resource.topo_node’ doesn’t exist
mysql的sql文件的存储引擎为EXGINE=InnoDB AUTO_INCREMENT=1234 DEFAULT CHARSET=utf8 …
ob导出的sql文件的存储引擎为:AUTO_INCREMENT = 1 AUTO_INCREMENT_MODE = ‘ORDER’ DEFAULT CHARSET = utf8mb4 ROW_FORMAT = DYNAMIC COMPRESSION = ‘zstd_1.3.8’ REPLICA_NUM = 3 BLOCK_SIZE = 16384 USE_BLOOM_FILTER = FALSE TABLET_SIZE = 134217728 PCTFREE = 0
看报错信息是这个建表后面跟着的存储引擎导致的,这个问题能解决吗