摘要:
复制了一个eth0 的网卡 内容为eth1但是在service network restart 重启的时候出现 [root@ssc ~]# service network restartShutting down interface eth0: ... 阅读全文
posted @ 2014-11-20 20:43 阿俊de坑 阅读(1501) 评论(0) 推荐(0)
|
||
|
摘要:
复制了一个eth0 的网卡 内容为eth1但是在service network restart 重启的时候出现 [root@ssc ~]# service network restartShutting down interface eth0: ... 阅读全文
posted @ 2014-11-20 20:43 阿俊de坑 阅读(1501) 评论(0) 推荐(0)
摘要:
连接命令:mysql -h[主机地址] -u[用户名] -p[用户密码] 创建数据库:create database [库名] 显示所有数据库: show databases; 打开数据库:use [库名] 当前选择的库状态:SELECT DATABASE(); 创建数据表:CREATE ... 阅读全文
posted @ 2014-11-20 11:47 阿俊de坑 阅读(148) 评论(0) 推荐(0) |
||