centos mysql 5.6.33_CentOS5.5+MySQL5.6.33

下载MysqL-server-5.6.33-1.rhel5.x86_64.rpm与MysqL-client-5.6.33-1.rhel5.x86_64.rpm

在/usr/local/src/下创建MysqL目录

[root@localhost src]# mkdir MysqL

将两个rpm文件拷贝到MysqL目录下,进行安装:

[root@localhost MysqL]# rpm -ivh MysqL-server-5.6.33-1.rhel5.x86_64.rpm

[root@localhost MysqL]# rpm -ivh MysqL-client-5.6.33-1.rhel5.x86_64.rpm

安装后,启动MysqL

[root@localhost MysqL]# /etc/init.d/MysqL start

Starting MysqL. [ OK ]

成功启动

[root@localhostbin]# MysqL -u root

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password:NO)

查看/root/.MysqL_secret文件,找到临时密码

[root@localhostbin]# cat /root/.MysqL_secret

# The random password set for the root user at Mon Oct 10 18:25:50 2016 (localtime): Li9uM0_VvslGmjt8

#The random password set for the root user at Mon Oct 10 18:53:29 2016 (localtime): EQnYTpOworiyqYm6

[root@localhostbin]# MysqL -u root -p EQnYTpOworiyqYm6##临时密码

Enterpassword:EQnYTpOworiyqYm6##临时密码

提示密码过期

处理方法:

打开/root/.MysqL_secret文件,添加一个随机密码:Abcd1234

[root@localhostbin]# sudo cat /root/.MysqL_secret

# The random password set for the root user at Mon Oct 10 18:25:50 2016 (localtime): Li9uM0_VvslGmjt8

#The random password set for the root user at Mon Oct 10 18:53:29 2016 (localtime): EQnYTpOworiyqYm6

Abcd1234

[root@localhost bin]# MysqL -uroot -p Abcd1234

Enter password:

ERROR 1049 (42000): Unknown database 'Abcd1234'

数据库不存在,果断将'Abcd1234'MysqL',保存退出

进行下列操作,修改root用户的密码

1.停止服务

[root@localhostbin]# /etc/init.d/MysqL stop

Shuttingdown MysqL.. [ OK ]

2.进入MysqLd_safe

[root@localhostbin]# MysqLd_safe --skip-grant-tables & ##屏幕打印下列信息

[1] 32329

[root@localhost bin]# 161010 19:47:50 MysqLd_safe Logging to'/var/lib/MysqL/localhost.localdomain.err'.

161010 19:47:50 MysqLd_safe Starting MysqLd daemon with databases from/var/lib/MysqL

//在此光标处输入如下命令:

MysqL--user root MysqL

//屏幕打印如下信息:

Readingtable information for completion of table and column names

You can turn off this feature to get a quicker startup with -A

Welcometo the MysqL monitor. Commands end with ; or \g.

Your MysqL connection id is 1

Server version: 5.6.33 MysqL Community Server (GPL)

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

Oracleis 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>##证明成功登录

3.用户的密码

MysqL>SELECT* FROM user; ##之后更新root用户的密码

MysqL>updateuser SET Password = PASSWORD('root') WHERE User = 'root';

MysqL>flushprivileges;

MysqL>exit;

4.再次使用root登录,密码root

[root@localhostbin]# MysqL -u root -p

Enterpassword:

Welcometo the MysqL monitor. Commands end with; or \g.

YourMysqL connection id is 8

Serverversion: 5.6.33 MysqL Community Server (GPL)

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

Oracleis 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.

总结

如果觉得编程之家网站内容还不错,欢迎将编程之家网站推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。

如您喜欢交流学习经验,点击链接加入交流1群:1065694478(已满)交流2群:163560250

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值