摘要:
原因: 利用mybatis插入空值给数据库;mysql能够正常执行,而Oracle却抛出异常; 这两种截然不同的表现给程序员造成了困扰,那么这个抛异常的锅到底应该是谁来背呢? 当然是mybatis来背锅喽。oracle和mysql都根据jdbc接口来提供了自己的实现方法, 而mybatis作为一个封 阅读全文
摘要:
#命令查看最大连接数。 show variables like "max_connections" #命令修改最大连接数 set GLOBAL max_connections=1000; #查看具体的连接数信息。 show processlist #关闭一个非交互连接前要等待的秒数 show glo 阅读全文
摘要:
进入mysql数据库,修改数据库的内容 1, use mysql; 2,update user set authentication_string="" where User='root';//设 authentication_string 为空值 ,因为是连接这个加密的东西 先设密码为空 3,up 阅读全文
摘要:
数据库内置表 https://www.cnblogs.com/gengyufei/p/13376184.html 阅读全文
摘要:
https://www.cnblogs.com/tangsong41/p/14441845.html 阅读全文