随笔分类 - 技术目录七[数据库]
摘要:The size (5000) given to the parameter 'Remark' exceeds the maximum allowed (4000).
阅读全文
摘要:已知现有表T1 想快速获取cs类结构 /// <summary> /// T1 /// </summary> public class T1 { /// <summary> /// 主键 /// </summary> public int ID { get; set; } /// <summary>
阅读全文
摘要:使用 EFCore 去连接 mysql 数据库的时候,提示下面的报错信息: An exception has been raised that is likely due to a transient failure. Consider enabling transient error resili
阅读全文
摘要:explain SELECT * FROM `users` --走主键索引explain SELECT id FROM `users`int是4byte--or没有走索引explain SELECT id FROM `users` where id=1 or UserName="boom"id是主键
阅读全文
摘要:转载自:数据库集群浅谈(一)_Aldeo-CSDN博客_数据库集群 现在,随着上网人数的激增,一些大型的网站开始使用数据库集群来提高数据库的可靠性和数据库的性能。那么在介绍数据库集群之前首先需要弄清楚几个问题。 1.为什么要用数据库集群 (1)通过使用数据库集群可以使读写分离,提高数据库的系统性能。
阅读全文
摘要:查看当前数据库系统所有请求情况.我只列出了我认为比较重要有助于我解决问题的字段。SELECT ds.session_id, ds.status, Db_name(dr.database_id) AS database_name, ds.login_name, ds.login_time, ds.ho
阅读全文
摘要:【转载】在MySQL登录时出现Access denied for user 'root'@'localhost' (using password: YES) 拒绝访问,并可修改MySQL密码 ROOT密码未设置 需要重新设置root密码 重新安装数据库相关包 言简意赅:MySql.Data.MySq
阅读全文
浙公网安备 33010602011771号