导航

2020年2月16日

摘要: mysql -u root -p grant all privileges on *.* to root@'%' identified by "password"; flush privileges; 阅读全文

posted @ 2020-02-16 11:14 iitrust 阅读(145) 评论(0) 推荐(0)

摘要: vi /etc/ssh/sshd_config ClientAliveInterval 120 ClientAliveCountMax 5 # 注: # ClientAliveInterval选项定义了每隔多少秒给SSH客户端发送一次信号; # ClientAliveCountMax选项定义了上面间 阅读全文

posted @ 2020-02-16 01:25 iitrust 阅读(163) 评论(0) 推荐(0)