我在一例中也有同样的问题。 http://www.cyberciti.biz/faq/how-to-install-mysql-under-rhel/“rel=“nofollow”>instructions 对我来说是完美的:
www.un.org/Depts/DGACM/index_spanish.htm Redhat Businessosphere - RHEL 5 / 6 MySQL facilities
3. 以下指挥系统作为基本用户:
yum install mysql-server mysql
www.un.org/Depts/DGACM/index_spanish.htm Redhat Businessosphere - RHEL 4/3 MySQL facilities
3. 以下指挥系统作为基本用户:
up2date mysql-server mysql
www.un.org/Depts/DGACM/index_spanish.htm 开始MySQL Service
2. 开始使用我的服务器类型如下:
chkconfig mysqld on
/etc/init.d/mysqld start
www.un.org/Depts/DGACM/index_spanish.htm Set 根深层密码
下面的指令类型,以便为根基用户设置一个密码:
mysqladmin -u root password NEWPASSWORD
www.un.org/Depts/DGACM/index_spanish.htm • 测试我sql的连通性
连接MySQL服务器的下列指挥类型:
$ mysql -u root -p