摘要: 1.单表优化 SET NAMES utf8mb4;SET FOREIGN_KEY_CHECKS = 0; -- Table structure for article-- DROP TABLE IF EXISTS `article`;CREATE TABLE `article` ( `id` int 阅读全文
posted @ 2021-04-24 16:01 1024荀 阅读(39) 评论(0) 推荐(0)