摘要: # 修改对应host的登陆密码 use mysql; update user set authentication_string=password('abcabcabc') where user='root' and Host='%'; grant all privileges on *.* to 阅读全文
posted @ 2022-01-28 15:27 陈小他 阅读(425) 评论(0) 推荐(0)
摘要: 可以根据自己想占用CPU的个数设置 #!/bin/bash VAR=$2 SHELL_NAME=`basename $0` #echo $SHELL_NAME function start() { echo "Starting The Cpu USAGE..........Done!" for i 阅读全文
posted @ 2022-01-28 15:15 陈小他 阅读(769) 评论(0) 推荐(0)
window.cnblogsConfig = { footer: { style: 1, }, }