3、低效率的索引致使mysql的行锁升级为表锁

1、创建一张测试表–student; DROP TABLE IF EXISTS `student`; CREATE TABLE `student` ( `id` int(11) NOT NULL AUTO_INCREMENT, `stu_name` varchar(255) DEFAULT NULL, `stu_age` int(11) DEFAULT NULL, `stu_ema
相关文章
相关标签/搜索