A simple record of the database startup problems encountered by individuals when operating the database on Mac 1. Apple->System Preferences->Click MySQL at the bottom. In the pop-up page, turn off the MySQL service (click Stop MySQL Server) 2. Enter the terminal and enter: After pressing Enter, log in with administrator privileges sudo su After pressing Enter, enter the following command to disable the mysql authentication function./mysqld_safe --skip-grant-tables & After pressing Enter, MySQL will automatically restart (the status of MySQL in the preferences will become running) 3. Enter the command After pressing Enter, enter the command After pressing Enter, enter the command The above is the MySQL initialization password operation under Mac introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: How to install JDK8 on Windows
>>: Node.js file copying, folder creation and other related operations
Table of contents Preface Scope 1. What is scope?...
Three ways to use CSS in HTML: 1. Inline style: s...
The first tutorial for installing MySQL-5.7.19 ve...
The first article on data backup and restoration ...
Common utf8mb4 sorting rules in MySQL are: utf8mb...
MySQL's MyISAM and InnoDB engines both use B+...
Preface During the stress test, if the most direc...
I'm very happy. When encountering this proble...
This article example shares the specific code of ...
Table of contents 1. Array.at() 2. Array.copyWith...
Table of contents Listener 1.watchEffect 2.watch ...
First go to the official website to download and ...
Preface As we all know, the browser's homolog...
Demand background The project is made using Vue, ...
1. Explanation of provide and inject Provide and ...