摘要:
FAILED => Using a SSH password instead of a key is not possible because Host Key checking is enabled and sshpass does not support this. Please add thi 阅读全文
摘要:
show global variables like '%slow%' show character set; 字符集 show collation 排序规则 show global variables like '%data%' [root@gz-zabbixproxy-n02 confluenc 阅读全文
摘要:
#!/usr/bin/env python #coding=utf-8 name = raw_input("请输入你的用户名:") while name != 'fgf': name = raw_input("没有查询到此用户。\n请重新输入你的用户名:") else: password = raw_input("请输入你的密码:") p = '... 阅读全文