您好,欢迎来到骅坨科技网。
搜索
您的当前位置:首页CentOS6.2上使用YUM安装MYSQL_MySQL

CentOS6.2上使用YUM安装MYSQL_MySQL

来源:骅坨科技网


CentOS

bitsCN.com

CentOS 6.2上使用YUM安装MYSQL

因为XAMPP不支持位,所以我还是自己安装MYSQL。使用默认的yum。

[plain]

yes | yum install mysql

yes | yum install mysql-server

然后运行

[plain]

service mysqld start

会有如下非常重要的输出:

[plain]

Initializing MySQL database: Installing MySQL system tables...

OK

Filling help tables...

OK

To start mysqld at boot time you have to copy

support-files/mysql.server to the right place for your system

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !

To do so, start the server, then issue the following commands:

/usr/bin/mysqladmin -u root password 'new-password'

/usr/bin/mysqladmin -u root -h xxxxxx password 'new-password'

Alternatively you can run:

/usr/bin/mysql_secure_installation

which will also give you the option of removing the test

databases and anonymous user created by default. This is

strongly recommended for production servers.

See the manual for more instructions.

You can start the MySQL daemon with:

cd /usr ; /usr/bin/mysqld_safe &

You can test the MySQL daemon with mysql-test-run.pl

cd /usr/mysql-test ; perl mysql-test-run.pl

Please report any problems with the /usr/bin/mysqlbug script!

[ OK ]

Starting mysqld: [ OK ]

可以看到这个命令会初始化MYSQL,并且安装MYSQL的系统数据表。如果没有这个过程,那么强行通过 mysqld_safe start 命令去启动的话是会失败的。

bitsCN.com

Copyright © 2019- huatuo5.cn 版权所有

违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务