
Mysql
马道长
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MySQL 部分基础知识分享
1、检查字符集 SHOW VARIABLES WHERE Variable_name LIKE 'character\_set\_%' OR Variable_name LIKE 'collation%'; 2、MySQL字符集设置 • 系统变量: – character_set_server:默认的内部操作字符集 – character_set_client:客户端来源数据使用原创 2014-11-19 09:26:08 · 546 阅读 · 0 评论 -
"Host 'xxx.xxx.xxx.xx' is blocked because of many connection errors; unblock with 'mysqladmin flush-
错误:java.sql.SQLException MESSAGE: null, message from server: "Host 'xxx.xxx.xxx.xx' is blocked because of many connection errors; unblock with 'mysqladmin flush- 1、进入mysql安装目录用mysqladmin命令执行 fl原创 2015-09-09 09:50:18 · 2921 阅读 · 0 评论