摘要: 一、安装 MySQL打开超级终端,输入:[root@localhost ~]# yum install mysql mysql-server安装完毕,让 MySQL 能够随系统自动启动:[root@localhost ~]# chkconfig --levels 235 mysqld on[root@localhost ~]# /etc/init.d/mysqld start设置 MySQL 数据 root 账户的密码:[root@localhost ~]# mysql_secure_installation当出现如下提示时候直接按回车:Enter current password for r 阅读全文
posted @ 2013-03-07 16:25 神马和浮云 阅读(470) 评论(0) 推荐(0)