摘要:
一、安装 MySQL首先来进行 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 curren 阅读全文
posted @ 2013-06-26 21:24
鑫鑫爸爸
阅读(208)
评论(0)
推荐(0)

浙公网安备 33010602011771号