【MYSQL安装】mysql 5.6在centos6.4上的安装
1.卸载系统自带的mysql
[root@zhangmeng ~]# rpm -qa |grep mysql
mysql-libs-5.1.-.el6_3.x86_64
[root@zhangmeng ~]#
[root@zhangmeng ~]# rpm -e mysql-libs-5.1.-.el6_3.x86_64;
error: Failed dependencies:
libmysqlclient.so.()(64bit) is needed by (installed) postfix-:2.6.-2.2.el6_1.x86_64
libmysqlclient.so.(libmysqlclient_16)(64bit) is needed by (installed) postfix-:2.6.-2.2.el6_1.x86_64
mysql-libs is needed by (installed) postfix-:2.6.-2.2.el6_1.x86_64
[root@zhangmeng ~]#
[root@zhangmeng ~]# rpm -e mysql-libs-5.1.-.el6_3.x86_64 --nodeps;
[root@zhangmeng ~]#
[root@zhangmeng ~]#
[root@zhangmeng ~]# rpm -qa |grep mysql
2.下载mysql安装包,需要安装wget用 yum -y install wget
[root@zhangmeng ~]# wget http://repo.mysql.com/mysql-community-release-el6-5.noarch.rpm
-bash: wget: command not found
[root@zhangmeng ~]#
[root@zhangmeng ~]#
[root@zhangmeng ~]# yum -y install wget
Loaded plugins: fastestmirror
Determining fastest mirrors
* base: mirrors.cn99.com
* extras: mirrors.cn99.com
* updates: mirrors.sohu.com
base | 3.7 kB :
extras | 3.4 kB :
updates | 3.4 kB :
updates/primary_db | 2.5 MB :
3.再次下载
[root@zhangmeng ~]# wget http://repo.mysql.com/mysql-community-release-el6-5.noarch.rpm
---- ::-- http://repo.mysql.com/mysql-community-release-el6-5.noarch.rpm
Resolving repo.mysql.com... 104.102.164.25
Connecting to repo.mysql.com|104.102.164.25|:... connected.
HTTP request sent, awaiting response... OK
Length: (.7K) [application/x-redhat-package-manager]
Saving to: ?.ysql-community-release-el6-.noarch.rpm? %[==============================================>] , --.-K/s in .001s -- :: (9.44 MB/s) - ?.ysql-community-release-el6-.noarch.rpm?.saved [/] [root@zhangmeng ~]# ls
anaconda-ks.cfg install.log.syslog
install.log mysql-community-release-el6-.noarch.rpm
[root@zhangmeng ~]#
4.安装
[root@zhangmeng ~]# rpm -ivh mysql-community-release-el6-.noarch.rpm
Preparing... ########################################### [%]
:mysql-community-release########################################### [%]
[root@zhangmeng ~]#
[root@zhangmeng ~]# rpm -qa |grep -i mysql
mysql-community-release-el6-.noarch
5.安装mysql数据库
[root@zhangmeng ~]# yum install mysql-community-server -y
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.cn99.com
* extras: mirrors.cn99.com
* updates: mirrors.sohu.com
mysql-connectors-community | 2.5 kB :
mysql-connectors-community/primary_db | kB :
mysql-tools-community | 2.5 kB :
mysql-tools-community/primary_db | kB :
mysql56-community | 2.5 kB :
mysql56-community/primary_db | kB :
Setting up Install Process
......
......
========================================================================================
Package Arch Version Repository Size
========================================================================================
Installing:
mysql-community-server x86_64 5.6.37-2.el6 mysql56-community 55 M
Installing for dependencies:
libaio x86_64 0.3.107-10.el6 base 21 k
mysql-community-client x86_64 5.6.37-2.el6 mysql56-community 18 M
mysql-community-common x86_64 5.6.37-2.el6 mysql56-community 308 k
mysql-community-libs x86_64 5.6.37-2.el6 mysql56-community 1.9 M
numactl x86_64 2.0.9-2.el6 base 74 k
perl x86_64 4:5.10.1-144.el6 base 10 M
perl-DBI x86_64 1.609-4.el6 base 705 k
perl-Module-Pluggable x86_64 1:3.90-144.el6 base 41 k
perl-Pod-Escapes x86_64 1:1.04-144.el6 base 33 k
perl-Pod-Simple x86_64 1:3.13-144.el6 base 213 k
perl-libs x86_64 4:5.10.1-144.el6 base 579 k
perl-version x86_64 3:0.77-144.el6 base 52 k Transaction Summary
========================================================================================
Install 13 Package(s) Total download size: 86 M
Installed size: 373 M
Downloading Packages:
(1/13): libaio-0.3.107-10.el6.x86_64.rpm | 21 kB 00:00
(2/13): mysql-community-client-5.6.37-2.el6.x86_64.rpm | 18 MB 00:17
(3/13): mysql-community-common-5.6.37-2.el6.x86_64.rpm | 308 kB 00:01
(4/13): mysql-community-libs-5.6.37-2.el6.x86_64.rpm | 1.9 MB 00:03
(5/13): mysql-community-server-5.6.37-2.el6.x86_64.rpm | 55 MB 00:49
(6/13): numactl-2.0.9-2.el6.x86_64.rpm | 74 kB 00:00
(7/13): perl-5.10.1-144.el6.x86_64.rpm | 10 MB 00:04
(8/13): perl-DBI-1.609-4.el6.x86_64.rpm | 705 kB 00:00
(9/13): perl-Module-Pluggable-3.90-144.el6.x86_64.rpm | 41 kB 00:00
(10/13): perl-Pod-Escapes-1.04-144.el6.x86_64.rpm | 33 kB 00:00
(11/13): perl-Pod-Simple-3.13-144.el6.x86_64.rpm | 213 kB 00:00
(12/13): perl-libs-5.10.1-144.el6.x86_64.rpm | 579 kB 00:00
(13/13): perl-version-0.77-144.el6.x86_64.rpm | 52 kB 00:00
----------------------------------------------------------------------------------------
......
......
Installed:
mysql-community-server.x86_64 0:5.6.37-2.el6 Dependency Installed:
libaio.x86_64 0:0.3.107-10.el6
mysql-community-client.x86_64 0:5.6.37-2.el6
mysql-community-common.x86_64 0:5.6.37-2.el6
mysql-community-libs.x86_64 0:5.6.37-2.el6
numactl.x86_64 0:2.0.9-2.el6
perl.x86_64 4:5.10.1-144.el6
perl-DBI.x86_64 0:1.609-4.el6
perl-Module-Pluggable.x86_64 1:3.90-144.el6
perl-Pod-Escapes.x86_64 1:1.04-144.el6
perl-Pod-Simple.x86_64 1:3.13-144.el6
perl-libs.x86_64 4:5.10.1-144.el6
perl-version.x86_64 3:0.77-144.el6 Complete!
[root@zhangmeng ~]#
6.查看安装后的mysql
[root@zhangmeng ~]# rpm -qa |grep -i mysql
mysql-community-release-el6-.noarch
mysql-community-common-5.6.-.el6.x86_64
mysql-community-server-5.6.-.el6.x86_64
mysql-community-libs-5.6.-.el6.x86_64
mysql-community-client-5.6.-.el6.x86_64
[root@zhangmeng ~]#
7.将mysql设置为开机启动
[root@zhangmeng ~]# chkconfig --list |grep mysqld
mysqld :off :off :off :on :on :on :off
[root@zhangmeng ~]#
[root@zhangmeng ~]# chkconfig mysqld on
[root@zhangmeng ~]#
[root@zhangmeng ~]# chkconfig --list |grep mysqld
mysqld :off :off :on :on :on :on :off
[root@zhangmeng ~]#
8.重启mysql服务
[root@zhangmeng ~]# mysqladmin -u root password 'root'
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' ()'
Check that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' exists!
[root@zhangmeng ~]#
[root@zhangmeng ~]#
[root@zhangmeng ~]#
[root@zhangmeng ~]# service mysqld restart
Stopping mysqld: [ OK ]
......
......
9.配置mysql root 用户密码
[root@zhangmeng ~]# mysqladmin -u root password ''
Warning: Using a password on the command line interface can be insecure.
[root@zhangmeng ~]#
10.修改 mysql root 用户密码,下面新密码是以明文形式显示,故提示警告,建议采用密文形式
Warning: Using a password on the command line interface can be insecure.警告:在命令行界面上使用密码可能是不安全的。
[root@zhangmeng ~]# mysqladmin -uroot -p123456 password abc123
Warning: Using a password on the command line interface can be insecure.
[root@zhangmeng ~]#
11.登录mysql,查看root账号信息,修改密码后,再次查看root账号信息
[root@zhangmeng ~]# mysql -uroot -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is
Server version: 5.6. MySQL Community Server (GPL) Copyright (c) , , 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>
mysql> use mysql
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A Database changed
mysql>mysql> select Host,User,Password from user where User='root';
+-----------------------+------+-------------------------------------------+
| Host | User | Password |
+-----------------------+------+-------------------------------------------+
| localhost | root | *6691484EA6B50DDDE1926A220DA01FA9E575C18A |
| zhangmeng.example.com | root | |
| 127.0.0.1 | root | |
| ::1 | root | |
+-----------------------+------+-------------------------------------------+
4 rows in set (0.00 sec) mysql> update user set password =password(123456) where user='root';
Query OK, 4 rows affected (0.28 sec)
Rows matched: 4 Changed: 4 Warnings: 0 mysql> select Host,User,Password from user where User='root';
+-----------------------+------+-------------------------------------------+
| Host | User | Password |
+-----------------------+------+-------------------------------------------+
| localhost | root | *6BB4837EB74329105EE4568DDA7DC67ED2CA2AD9 |
| zhangmeng.example.com | root | *6BB4837EB74329105EE4568DDA7DC67ED2CA2AD9 |
| 127.0.0.1 | root | *6BB4837EB74329105EE4568DDA7DC67ED2CA2AD9 |
| ::1 | root | *6BB4837EB74329105EE4568DDA7DC67ED2CA2AD9 |
+-----------------------+------+-------------------------------------------+
【MYSQL安装】mysql 5.6在centos6.4上的安装的更多相关文章
- 【MySQL安装】MySQL5.6在centos6.4上的安装
卸载原来安装的mysql 安装从官网下载的mysql rpm包 发现有依赖,需要先安装libaio包和libnuma包 再装mysql就可以了 安装客户端 安装完成后,启动mysql 但是发现用没有m ...
- centos6.8上yum安装zabbix3.2
centos6.8上yum安装zabbix3.2 zabbix3.2安装文档:https://www.zabbix.com/documentation/3.2/manual/installation/ ...
- MySQL 8.0.18 在 Windows Server 2019 上的安装(ZIP)公开
AskScuti MySQL : Windows Server 2019 安装 MySQL 8.0 温馨提示:为了展现我最“魅力”的一面,请用谷歌浏览器撩我. 一切就绪,点我开撩
- MySQL 8.0.18 在 Windows Server 2019 上的安装(MSI)公开
AskScuti MySQL : Windows Server 2019 安装 MySQL 8.0 温馨提示:为了展现我最“魅力”的一面,请用谷歌浏览器撩我.那个 IE 啊,我很无奈. 一切就绪,点我 ...
- 自己编写的:centos6.6上编译安装apache2.4+php5.6+mysql5.6【亲自】
在centos6.6上安装apache2.4+php5.6+mysql5.6 关于wget的安装 将之前装系统的.iso文件挂载到光驱 由于我在/home/jinnan/下建立了一个cdrom文件夹 ...
- aliyun CentOS6.5 上 svn 安装笔记
为了方便管理自己的一些学习资料.总结等,在CentOS6.5上安装SVN,记录过程如下: 1.1 安装方式 独立服务器 fsfs SVN服务器有2种运行方式:独立安装.SVN+Apache.独立 ...
- 在centos6,7 上编译安装内核
小编以前写过一篇软件的源码编译安装,今天小编再给大家带来一篇内核的编译安装. 今天,就以centos7 编译安装最新版本4.13.2 内核为例,给大家详解.编译安装之前,检查一下自己的磁盘空间 ...
- centos6.9上mongdb安装
一.设置yum源 vi /etc/yum.repos.d/mongodb.repo [mongodb-org-3.2] name=MongoDB Repository baseurl=https:// ...
- python3在centos6.6上的安装
建议:在看这个文档操作前,最好先参考一下这个:https://www.cnblogs.com/bookwed/p/10251236.html,是解决pip安装模块时,提示ssl版本低的问题. #提前的 ...
随机推荐
- python学习day24 项目目录结构
项目目录结构 脚本 插入模块:先插入内置模块,然后第三方某块,上短下长! 单可执行文件 config 配置相关 db (database) 数据相关 lib (librarie) 公共功能 src 业 ...
- GAutomator,GAutomatorview和Android SDK,Unity配置
1. 安装和配置JDK 环境配置中: JAVA_HOME:E:\Program Files\java\jdk1.8.0_131 Path:%JAVA_HOME%\bin;%JAVA_HOME%\jre ...
- 数据库事务ACID特性及隔离级别
数据库ACID特性介绍 1.原子性(Atomic)一个事务被视为一个不可分割的最小工作单元,这个事务里的所有操作要么全部成功执行,要么全都不执行,不能只执行其中的一部分操作.实现事务的原子性,要支持回 ...
- MySQL索引优化经验总结
1.对查询进行优化,应尽量避免全表扫描,首先应考虑在 where 及 order by 涉及的列上建立索引. 2.尽量避免在 where 子句中对字段进行 null 值判断,否则将导致引擎放弃使用索引 ...
- iOS:图片相关(18-02-12更)
1.图片显示相关 1).图片聊天背景拉伸不失真 2).捏合.双击.下拉缩放 3).Banner.相册 4).动画 2.图片操作相关 1).获取.下载图片(分享.传图片用) 2).保存UIImage到本 ...
- 19-3-14Python中函数的进阶
1.动态参数: def func(*args): #在形参位置*叫做聚合 print(args) #元组形式 func(1,2,3,4,5,6) def func(**kwargs): # 动态关键字 ...
- 如何创建一个新的vue项目
一.cnpm安装 1.百度node官网,进入官网下载安装包安装好node环境 2.成功后打开cmd命令行工具,执行node-v命令,查看node版本号,如果能输出版本号说明安装成功 3.推荐使用淘宝 ...
- [试玩] FMXLinux (Firemonkey for Linux) Linux 桌面开发(第三方插件)
FMXLinux 是一个可以用来开发 Linux 桌面软件的第三方插件,它需要配合 Delphi 10.2 Toyko 官网:http://www.fmxlinux.com/ 使用方法:开启 FMX ...
- 在javascript中的跨域解决
跨域产生的原因 跨域是由浏览器的同源策略引起的,即不同源(协议,域名,端口中其中有一个不同)的js是不能读取对方的资源的.当要网站中的js要请求其他网站的数据时就会产生跨域问题,就像下面这样,浏览器会 ...
- c语言智能指针 附完整示例代码
是的,你没有看错, 不是c++不是c#, 就是你认识的那个c语言. 在很长一段时间里,c的内存管理问题, 层出不穷,不是编写的时候特别费劲繁琐, 就是碰到内存泄漏排查的各种困难, 特别在多线程环境下, ...