摘要:
mysql> show variables like 'wait_timeout'; #查询连接超时+ + +| Variable_name | Value |+ + +| wait_timeout | 28800 |+ + +1 row in set (0.00 sec) mysql> show 阅读全文
摘要:
shell1.创建变量使用等号直接赋值,变量名只能以以字母和下划线开头,等号不能有空格 echo输出内容 [root@donglian ~]# str="My name is Sam"[root@donglian ~]# echo $strMy name is Sam 2.单引号与双引号的区别:单引 阅读全文
摘要:
1挂载CD光盘通过配置文件添加配置vi /etc/fstab # /etc/fstab# Created by anaconda on Sat May 9 11:11:33 2020## Accessible filesystems, by reference, are maintained und 阅读全文
摘要:
安装防火墙: 1.查看防火墙状态:systemctl status firewall [root@localhost ~]# systemctl status firewall Unit firewalldd.service could not be found. #未安装 2.安装防火墙服务:yu 阅读全文