gpt4 book ai didi

mac下安装mysql忘记密码的修改方法

转载 作者:qq735679552 更新时间:2022-09-29 22:32:09 27 4
gpt4 key购买 nike

CFSDN坚持开源创造价值,我们致力于搭建一个资源共享平台,让每一个IT人在这里找到属于你的精彩世界.

这篇CFSDN的博客文章mac下安装mysql忘记密码的修改方法由作者收集整理,如果你对这篇文章有兴趣,记得点赞哟.

1、mac下安装MySQL数据库 。

1.下载MySQL数据库 。

下载地址:访问MySQL的官网http://www.mysql.com/downloads/ ,进行下载.

进入MySQL的下载界面(http://www.mysql.com/downloads/mysql/) 。

下载x86,64bit的dmg文件:直接选择最下面的“No thanks,just take me to downloads!” 。

2.安装MySQL数据库 。

打开MySQL安装包后,点击安装主程序pkg文件.

3.启动MySQL数据库 。

打开MYSQL数据库文件方式,在系统偏好设置中打开,点击MySQL,start mysql server ,即可启动MySQL.

4.终端登录MySQL数据库:

?
1
mysql -u root -p

回车,默认密码为空。出现password后回车即可.

2、安装数据库后发现忘记了数据库密码 。

1.首先关闭MySQL数据库 。

系统偏好设置中关闭MySQL,stop mysql server 。

2.进入安全模式 。

?
1
2
3
4
5
6
7
8
9
? bin sudo su
Password :
Sorry, try again.
Password :
sh-3.2# ./mysqld_safe --skip-grant-tables &
[1] 3477
sh-3.2# 2017-06-27T08:32:37.6NZ mysqld_safe Logging to '/usr/local/mysql-5.7.18-macos10.12-x86_64/data/localhost.err' .
2017-06-27T08:32:37.6NZ mysqld_safe Starting mysqld daemon with databases from /usr/ local /mysql-5.7.18-macos10.12-x86_64/data
sh-3.2#

3.重新启动一个终端 。

?
1
2
3
4
5
6
7
8
9
10
~ mysql -u root -p
Enter password :
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 16
Server version: 5.7.18 MySQL Community Server (GPL)
Copyright (c) 2000, 2017, 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.

4.输入命令 。

?
1
2
mysql> FLUSH PRIVILEGES ;
Query OK, 0 rows affected (0.06 sec)

5.重新设置密码 。

?
1
2
mysql> SET PASSWORD FOR root@ 'localhost' = PASSWORD ( 'root' );
Query OK, 0 rows affected, 1 warning (0.02 sec)

6.再次输入命令 。

?
1
2
mysql> FLUSH PRIVILEGES ;
Query OK, 0 rows affected (0.00 sec)

以上所述是小编给大家介绍的mac下安装mysql忘记密码的修改方法,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对我网站的支持! 。

原文链接:http://www.2cto.com/database/201706/651808.html 。

最后此篇关于mac下安装mysql忘记密码的修改方法的文章就讲到这里了,如果你想了解更多关于mac下安装mysql忘记密码的修改方法的内容请搜索CFSDN的文章或继续浏览相关文章,希望大家以后支持我的博客! 。

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com