最新文章专题视频专题问答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
问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501
当前位置: 首页 - 科技 - 知识百科 - 正文

Centos5下MySQL的安装步骤

来源:懂视网 责编:小采 时间:2020-11-09 12:32:10
文档

Centos5下MySQL的安装步骤

Centos5下MySQL的安装步骤:Centos5下MySQL的安装步骤创建mysql用户组和用户[root@centos ]# groupadd mysql[root@centos ]# useradd -g mysql mysql[root@centos ]# c 首页 → 数据库技术 背景: 阅读新闻 Centos5下MySQL的
推荐度:
导读Centos5下MySQL的安装步骤:Centos5下MySQL的安装步骤创建mysql用户组和用户[root@centos ]# groupadd mysql[root@centos ]# useradd -g mysql mysql[root@centos ]# c 首页 → 数据库技术 背景: 阅读新闻 Centos5下MySQL的

Centos5下MySQL的安装步骤创建mysql用户组和用户[root@centos ]# groupadd mysql[root@centos ]# useradd -g mysql mysql[root@centos ]# c

Linux公社

首页 → 数据库技术

背景:

阅读新闻

Centos5下MySQL的安装步骤

[日期:2008-01-05] 来源:Linux公社 作者:Linux [字体:]

CentOS5下MySQL的安装步骤

创建mysql用户组和用户
[root@centos ]# groupadd mysql
[root@centos ]# useradd -g mysql mysql
[root@centos ]# cd homexule
[root@centos ]# chmod 755 mysql-5.0.22.tar.gz

编译并安装MySQL
[root@centos ]# tar zxvf mysql-5.0.22.tar.gz
[root@centos ]#cd mysql-5.0.22
[root@centos mysql-5.0.22] .configure --prefix=usrlocalmysql
[root@centos mysql-5.0.22] make
[root@centos mysql-5.0.22] make install

配置并启动MySQL
[root@centos mysql-5.0.22]# cp support-filesmy-medium.cnf etcmy.cnf
[root@centos mysql-5.0.22]# cd usrlocalmysql
[root@centos mysql]# binmysql_install_db --user=mysql
Installing all prepared tables
Fill help tables
To start mysqld at boot time you have to copy support-filesmysql.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
usrlocalmysqlbinmysqladmin -u root password 'new-password'
usrlocalmysqlbinmysqladmin -u root -h centos.job100.com password 'new-password'
See the manual for more instructions.

You can start the MySQL daemon with
cd usrlocalmysql ; usrlocalmysqlbinmysqld_safe &

You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory
cd sql-bench ; perl run-all-tests

Please report any problems with the usrlocalmysqlbinmysqlbug script!

The latest information about MySQL is available on the web at
http
Support MySQL by buying supportlicenses at httpshop.mysql.com

[root@centos mysql]# binmysqld_safe --user=mysql &
[1] 20100
[root@centos mysql]# Starting mysqld daemon with databases from usrlocalmysqlvar

linux

  • 0
  • Ubuntu 7.10下配置mysql

    我的MySQL数据库学习小结

    相关资讯 mysql centos5

    图片资讯

    本文评论   查看全部评论 (1)

    评论声明

    第 1 楼

    最新资讯

    本周热门

    Linux公社简介 - 广告服务 - 网站地图 - 帮助信息 - 联系我们
    本站(LinuxIDC)所刊载文章不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。


    Copyright © 2006-2011 Linux公社 All rights reserved 浙ICP备06018118号

    声明:本网页内容旨在传播知识,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

    文档

    Centos5下MySQL的安装步骤

    Centos5下MySQL的安装步骤:Centos5下MySQL的安装步骤创建mysql用户组和用户[root@centos ]# groupadd mysql[root@centos ]# useradd -g mysql mysql[root@centos ]# c 首页 → 数据库技术 背景: 阅读新闻 Centos5下MySQL的
    推荐度:
    标签: 步骤 方法 安装
    • 热门焦点

    最新推荐

    猜你喜欢

    热门推荐

    专题
    Top