随笔分类 -  mysql

摘要:3种插入数据方式 第一种方法:使用insert into 插入,直接使用insert 语句; 第二种方法:使用事务提交,批量插入数据库(每隔10W条提交下); 第三种方法:使用优化SQL语句:将SQL语句进行拼接,使用 insert into table () values (),(),(),()然 阅读全文
posted @ 2020-08-26 17:37 双木君 阅读(320) 评论(0) 推荐(0)
摘要:问题:the the service mysql56 failed the most recent status change request with the messagethe service mysql56 was not found in the Windows servicesif pr 阅读全文
posted @ 2016-11-10 09:49 双木君 阅读(400) 评论(0) 推荐(0)