摘要:
#!/bin/bash now_date=`date "+%Y%m%d%H%M%S"` total_commands_processed=`/usr/local/redis/bin/redis-cli -h 192.168.1.50 -a test123 -p 6379 info 2>/dev/nu 阅读全文
摘要:
版本:mysql 5.7 需要开启show_compatibility_56 mysql> set global show_compatibility_56=on; Query OK, 0 rows affected (0.00 sec) mysql> show variables like '%s 阅读全文