navicat 数据库对比前后操作 #144

Closed
opened 2025-12-17 00:23:03 +08:00 by bigtran · 0 comments
Owner

image.png

1、对比结构
2、把 utf8mb3 都改为 utf8mb4
3、DEFINER = root@% 改为 DEFINER = root@localhost
4、调整视图顺序

![image.png](/attachments/25b2b653-8113-4fca-b7d3-b200a9c75810) 1、对比结构 2、把 utf8mb3 都改为 utf8mb4 3、DEFINER = `root`@`%` 改为 DEFINER = `root`@`localhost` 4、调整视图顺序
128 KiB
bigtran added the 4-document label 2025-12-17 11:35:25 +08:00
Sign in to join this conversation.