欢迎来到资源库(www.zyku.net)

MySQL

当前位置:首页 > 数据库 > MySQL > Mac

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

时间:2017-06-29|栏目:MySQL|点击:|我要投稿

一、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数据库:

mysql -u root -p

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

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

1.首先关闭MySQL数据库

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

2.进入安全模式

? 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.重新启动一个终端

~ 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.输入命令

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

5.重新设置密码

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

6.再次输入命令

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

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

(资源库 www.zyku.net)

上一篇:mysql实现随机获取几条数据的方法

栏    目:MySQL

下一篇:Mysql 5.6添加修改用户名和密码的方法

本文标题:mac下安装mysql忘记密码的修改方法

本文地址:https://www.zyku.net/mysql/1453.html

关于我们 | 版权申明 | 寻求合作 |

重要申明:本站所有的文章、图片、评论等内容,均由网友发表或上传并维护或收集自网络,仅供个人学习交流使用,版权归原作者所有。

如有侵犯您的版权,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:95148658 | 邮箱:mb8#qq.com(#换成@)

苏ICP备2020066115号-1

本网站由提供CDN加速/云存储服务