参考链接:https://blog.csdn.net/weixin_43312382/article/details/131181006https://blog.csdn.net/qq_44648936/article/details/130245148.jpg)
编写test.sh的文件,里面写linux的命令使用./test.sh或者sh ./test.sh的命令运行脚本
# 安装screen yum install -y screen # 创建一个新的窗口 screen -S test # 进入窗口后 执行文件 python test.py # 退出当前窗口 ctrl+a+d (方法1:保留当前窗口) screen -d (方法2:保留当前窗口) exit (方法3:退出程序,并关闭窗口) # 查看窗口 screen -l...
源码地址:https://github.com/fatedier/frp文档地址:https://github.com/fatedier/frp/blob...
mysql系统操作远程连接不建议改表中的root用户,建议直接创建新用户,分配权限,用新用户远程连接例如: 你想myuser使用mypassword(密码)从任何主机连接到mysql服务器的话。GRANT ALL PRIVILEGES ON *.* TO 'myuser'@'%' IDENTIFIED BY 'mypassword' WITH GRANT OPTION;FLUSH PRIVI...
宿主机创建映射文件目录,分别是/home/mysql/conf,/home/mysql/data、/home/mysql/logsconf目录下创建my....