CentOS6下安装MySQL数据库服务

大家好,今天是我在51CTO上的第一篇博文,以此来督促我自个养成一个好的学习习惯,也希望给大家有所帮助。

ok,言归正传,今天我介绍的是在CentOS6环境下安装MySQL数据库,我所用到的是CentOS6镜像文件中所带的mysql包。

1、配置本地yum源。

[[email protected] ~]# cd /etc/yum.repos.d/

[[email protected] yum.repos.d]# ls

CentOS-Base.repo.bak  CentOS-Debuginfo.repo.bak  CentOS-fasttrack.repo.bak  CentOS-Media.repo  CentOS-Vault.repo.bak

修改如下:

[[email protected] yum.repos.d]# vim CentOS-Media.repo

baseurl=file:///mnt      */mnt为挂载点*

enabled=1                *开启状态*

2、安装mysql。

[[email protected] ~]# yum list | grep mysql     *查询与mysql有关的包*

[[email protected] ~]# yum install -y mysql-server.x86_64 mysql.x86_64 mysql-devel.x86_64 *安装mysql包和开发所用到的包*

[[email protected] ~]# service mysqld start      *初始化mysql数据库*

[[email protected] ~]# service mysqld restart    *重启mysql服务*

[[email protected] ~]# mysqladmin -u root password ‘123456‘    *配置管理mysql的用户的密码*

[[email protected] ~]# mysql -u root -p

Enter password:                                 *登录mysql,输入管理密码*

出现如下,表示登录成功:

Welcome to the MySQL monitor.  Commands end with ; or \g.

Your MySQL connection id is 12

Server version: 5.1.73 Source distribution

Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its

affiliates. Other names may be trademarks of their respective

owners.

Type ‘help;‘ or ‘\h‘ for help. Type ‘\c‘ to clear the current input statement.

mysql>

相关命令: show databases;    *查看目前有的数据库*

create database ming; *创建名字为ming的数据库*

3、mysql的配置文件。

[[email protected] ~]# cd /etc/

[[email protected] etc]# ls my.cnf

my.cnf

4、mysql数据库的库所在位置。

[[email protected] ~]# cd /var/lib/mysql/

[[email protected] mysql]# ls

ibdata1  ib_logfile0  ib_logfile1  ming  mingming  mysql  mysql.sock  test

5、mysql数据库的日志文件所在位置。

[[email protected] ~]# cd /var/log/

[[email protected] log]# ls

anaconda.ifcfg.log    btmp           dmesg             maillog-20150802   prelink          spooler-20150714

anaconda.log          btmp-20150802  dmesg.old         mcelog             sa               spooler-20150719

anaconda.program.log  ConsoleKit     dracut.log        messages           samba            spooler-20150730

anaconda.storage.log  cron           httpd             messages-20150714  secure           spooler-20150802

anaconda.syslog       cron-20150714  lastlog           messages-20150719  secure-20150714  sssd

anaconda.xlog         cron-20150719  maillog           messages-20150730  secure-20150719  tallylog

anaconda.yum.log      cron-20150730  maillog-20150714  messages-20150802  secure-20150730  wtmp

audit                 cron-20150802  maillog-20150719  mysqld.log         secure-20150802  yum.log

boot.log              cups           maillog-20150730  ntpstats           spooler

[[email protected] log]# cat mysqld.log

Version: ‘5.1.73‘  socket: ‘/var/lib/mysql/mysql.sock‘  port: 3306  Source distribution

*mysql服务是TCP,端口号为3306*

6、监听mysql服务。

[[email protected] ~]# netstat -tlun

tcp        0      0 0.0.0.0:3306                0.0.0.0:*                   LISTEN

 ******此文结束*******               

                 2015-8-3

时间: 2024-10-11 22:35:55

CentOS6下安装MySQL数据库服务的相关文章

建站笔记1:centos6.5下安装mysql

最近买了个域名,想要玩玩自己建网站:接下来遇到的问题都会一次记录下来,以备自己以后复习查看: 首先建站方案选择: wordPress +centos6.5 +mysql; 服务器买的:搬瓦工最低配置,其实主要用来使用vpn,( 你懂的,感兴趣的可以翻看我以前的博客). 地址:https://bandwagonhost.com  wordpress 下载地址:https://cn.wordpress.org 域名是百度开放云买的,推荐,很优惠啊! 第一个问题:centos6.5下安装mysql: 

CentOS6.5安装MySql、Apache、PHP

一.安装MySql 1.卸载CentOS自带的MySql 获取root权限先,卸载CentOS自带的MySql yum remove mysql 2.安装cmake 下载cmake wget http://www.cmake.org/files/v2.8/cmake-2.8.5.tar.gz 安装 cd cmake-2.8.5 ./configure --prefix=/usr/local/cmake make make install 3.安装MySql 下载mysql.tar.gz包,这里用

手工编译安装mysql数据库服务

实验要求:手工编译安装mysql数据库服务 实验步骤: 首先挂载并且建立yum仓库,查看yum有没有建好,在创建lamp文件 然后把宿主机的LAMP共享文件夹挂载到lamp目录下 将mysql归档包解压到/opt目录下 安装 gcc . gcc-c++. make .cmake(编译).后面都是开发包ncurses-devel.bison.libaio-devel的软件包(gcc . gcc-c++用yum装,其他用rpm装),在查看下有没有安装make 和cmake,诶有就安装 添加一个叫做m

CentOS 6.4下安装MySQL 5.6.22

本文详细介绍在CentOS 6.4下安装MySQL 5.6.22的过程,供需要的朋友学习参考. 一.下载MySQL 安装包 1)http://dev.mysql.com/downloads/mysql/ 打开网址: Select Platform: 选择 Linux-Generic 选择选择 Linux - Generic (glibc 2.5) (x86, 64-bit), RPM   进行下载: linux 下下载: wget  http://cdn.mysql.com/Downloads/

centos6下安装dedecms

几经波折,终于安装成功!!! 一.centos6下安装WDCP 1.连接linux 在百度直接搜索下载xshell,通过ssh连接 2.安装wdcp 下载安装wget http://dl.wdlinux.cn:5180/lanmp_v2.2.1.tar.gztar zxvf lanmp_v2.2.1.tar.gz安装全部sh install.sh可选安装lnamp,lamp,lnmp三个中任一个 选择1,安装apache 选择1,安装php5.2 只安装wdcp服务器/虚拟主机管理系统面板sh

如何在Windows下安装MYSQL,并截图说明

说明 : window 下安装 mysql 虽然简单,但是细节不注意就会安装失败,特别是配置服务器时,Current Root Password:为空:如果输入密码了在后面安装会报错.(不知道设置这个密码有何用意). 下面详细介绍5.6版本MySQL的下载.安装及配置过程. 图1.1 MySQL5.6 目前针对不同用户,MySQL提供了2个不同的版本: ?         MySQL Community Server:社区版,该版本完全免费,但是官方不提供技术支持. ?         MySQ

linux 下安装 mysql 并配置 python 开发环境

1.安装 mysql ,安装过程中将提示设置 root 用户的密码,默认可以设置为 rootadmin . $ sudo apt-get install mysql-server 2.安装 mysql 开发工具(不安装时,安装 MySQL-python 提示错误 "mysql_config not found"). $ sudo apt-get install libmysqld-dev 3.安装 python 的 mysql 库 MySQL-python (首先安装 python-d

CentOS下安装mysql

试着在腾讯云服务器上部署web应用,就想着先搭建一下服务器环境,操作系统选的是centos7,在安装好jdk,tomcat后测试可以部署web应用就准备再安装一个mysql数据库,之前试过好几种方式都是以初始密码找不到告终,这次就又重新百度安装方式. 据说centos7没有mysql 的yum源,于是就直接从网上下载mysql的repo源(这个玩意目前还没仔细探究是什么东西,在centos里面应该会涉及到),使用 wget http://repo.mysql.com/mysql-communit

ubuntu下安装mysql出现FATAL ERROR: Could not find mysqld的处理

ubuntu下安装mysql出现FATAL ERROR: Could not find mysqld的处理 错误信息: #./bin/mysql_install_db –user=mysql FATAL ERROR: Could not find mysqld The following directories were searched: /usr/libexec /usr/sbin /usr/bin If you compiled from source, you need to run '