最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 科技 - 知识百科 - 正文

CentOS6.2上使用YUM安装MYSQL_MySQL

来源:动视网 责编:小采 时间:2020-11-09 18:31:49
文档

CentOS6.2上使用YUM安装MYSQL_MySQL

CentOS6.2上使用YUM安装MYSQL_MySQL:CentOS bitsCN.com CentOS 6.2上使用YUM安装MYSQL 因为XAMPP不支持64位,所以我还是自己安装MYSQL。使用默认的yum。[plain] yes | yum install mysql yes | yum install mysql-server 然后运行 [plain] service m
推荐度:
导读CentOS6.2上使用YUM安装MYSQL_MySQL:CentOS bitsCN.com CentOS 6.2上使用YUM安装MYSQL 因为XAMPP不支持64位,所以我还是自己安装MYSQL。使用默认的yum。[plain] yes | yum install mysql yes | yum install mysql-server 然后运行 [plain] service m


CentOS

bitsCN.com

CentOS 6.2上使用YUM安装MYSQL

因为XAMPP不支持64位,所以我还是自己安装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

文档

CentOS6.2上使用YUM安装MYSQL_MySQL

CentOS6.2上使用YUM安装MYSQL_MySQL:CentOS bitsCN.com CentOS 6.2上使用YUM安装MYSQL 因为XAMPP不支持64位,所以我还是自己安装MYSQL。使用默认的yum。[plain] yes | yum install mysql yes | yum install mysql-server 然后运行 [plain] service m
推荐度:
标签: mysql 安安 centos
  • 热门焦点

最新推荐

猜你喜欢

热门推荐

专题
Top