mysql修改默认root用户密码

环境:从官网下载的rpm包:MySQL-server-advanced-5.6.26-1.el6.x86_64.rpm

安装在Linux。

安装之后,连接数据库,使用命令:mysql -uroot -p

有的mysql安装后默认密码为空,不用输入密码,直接回车就可以进到数据库中。进去之后再改密码,然后正常使用。

但是也有有密码,却不知道密码是什么的。

这时候就需要查看一个文件:/root/.mysql_secret。安装mysql数据库之后,密码默认写在这个文件中。

登录时使用这个密码即可。

如下图:


知道密码,就可以连接数据库了:


[root@MySQL-SQL1 mysqlmedia]# mysql -u root -p
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 6
Server version: 5.6.24-ndb-7.4.6-cluster-commercial-advanced


Copyright (c) 2000, 2015, 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> set password for 'root'@'localhost'=password('root');
Query OK, 0 rows affected (0.01 sec)


记得连接上之后需要立即修改root用户密码才能使用的。

否则将收到如下报错:

ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'database' at line 1。





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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值