会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
igoodful
一枚数据库管理员(DBA),从事的数据库有:MySQL,PostgreSQL,Redis,MongoDB
博客园
首页
新随笔
联系
管理
2018年4月18日
mysql参数配置文件
摘要: (1)参数配置文件中的内容以键值对形式存在。 (2)如何查看键值对?show variables like '%name%';或者查看information_schema库下的global_variables视图; 如何修改呢? 1、innodb_buffer_pool_size=5G 2、客户端连
阅读全文
posted @ 2018-04-18 22:44 igoodful
阅读(896)
评论(2)
推荐(0)
编辑
Semaphore wait has lasted > 600 seconds
摘要: 解决方案:set global innodb_adaptive_hash_index=0;
阅读全文
posted @ 2018-04-18 09:27 igoodful
阅读(790)
评论(0)
推荐(0)
编辑
公告