Forgetting the password is a headache. What should I do if I forget the initial password for installing MySQL on Mac? The specific solutions are as follows http://dev.mysql.com/doc/refman/5.7/en/resetting-permissions.html I have tried method 3 and successfully reset my password. (Thanks @非常, who told me that there is a reset method on the official website. I searched a lot on the Internet... My English is not good, so I don’t quite understand the official one##) step1: Apple->System Preferences->Click MySQL at the bottom. In the pop-up page, turn off the MySQL service (click Stop MySQL Server). step2: Enter the terminal and enter: cd /usr/local/mysql/bin/ step3. Enter the command ./mysql At this point, the password change is complete and you can log in successfully. For more information about MySQL password operations, please refer to the topic: MySQL password operations summary for learning. The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: Nginx sample code for implementing dynamic and static separation
>>: javascript to switch by clicking on the picture
This article describes MySQL multi-table query wi...
The mysql service is started, but the connection ...
Web forms are the primary communication channel b...
mysql copies the files in the data directory to r...
What is VNode There is a VNode class in vue.js, w...
Table of contents 1. What is a window function? 1...
Table of contents What is VUE Core plugins in Vue...
Assume there are two Linux servers A and B, and w...
webpack-dev-server core concepts Webpack's Co...
MyISAM and InnoDB are the most common storage eng...
Here are the types of data that can be verified l...
Traditionally, developers create properties in Ja...
CSS style specifications 1. Class Selector 2. Tag...
After the green version of mysql5.6 is decompress...
The main text starts below. 123WORDPRESS.COM Down...