摘要: linux centos安装mysql 一.mysql安装: 1.查看有没有可安装包: yum list mysql-server 2.安装: yum install mysql-server 二.服务操作: 1.启动服务: service mysqld start 2.停止服务: service 阅读全文
posted @ 2016-07-05 15:48 土豆哥 阅读(145) 评论(0) 推荐(0)
摘要: linux linux系统常用设置 一.设置开机时开启数字键 修改rc.local文件 命令:vi /etc/rc.local rc.local文件中增加如下代码: INITTY=/dev/tty[1-8] for tty in $INITTY; do setleds -D +num < $tty 阅读全文
posted @ 2016-07-05 14:38 土豆哥 阅读(304) 评论(0) 推荐(0)