网卡重启:
[root@localhost ~]#service network restart
ip设置:
[root@localhost ~]#ifconfig eth0 192.168.0.100
mysql后台进程查看:
ps -ef | grep mysql
网卡重启:
[root@localhost ~]#service network restart
ip设置:
[root@localhost ~]#ifconfig eth0 192.168.0.100
mysql后台进程查看:
ps -ef | grep mysql
转载于:https://my.oschina.net/zhaomy/blog/38688