mysql基础

This commit is contained in:
罗祥
2019-08-16 11:58:11 +08:00
parent a44701e887
commit e46799f82d
3 changed files with 173 additions and 51 deletions

View File

@ -0,0 +1,13 @@
**1. 激活网卡**
```shell
vi /etc/sysconfig/network-scripts/ifcfg-enp0s3
ONBOOT=no 改为 ONBOOT=yes
```
**2. 解决 ifconfig command not found**
```shell
yum install net-tools
```