摘要: 1、yum -y install python-pip 2、pip install rdbtools 3、git clone https://github.com/sripathikrishnan/redis-rdb-tools cd redis-rdb-tools sudo python setu 阅读全文
posted @ 2017-08-09 14:30 Mansoncui 阅读(4886) 评论(0) 推荐(0)
摘要: 1、mysql> SHOW GLOBAL STATUS LIKE'Open_files'; #当前打开文件数 2、mysql> SHOW VARIABLES LIKE'open_files_limit'; #最大打开文件数 3、解决办法: 5.6 GTID版本不支持这种语法 create table 阅读全文
posted @ 2017-08-09 14:28 Mansoncui 阅读(202) 评论(0) 推荐(0)