one, G:\MySQL\MySQL Server 5.7\bin> mysqld --initialize G:\MySQL\MySQL Server 5.7\bin> mysqld -install G:\MySQL\MySQL Server 5.7\bin> 2. Enter the password in the .err file when entering the password appendix: Previously, I used mysqld -install directly, but when I started the service, an error message was reported that the MySQL service on the local computer started and then stopped. Some services will automatically stop when they are not in use by other services or programs. Then run mysqld--remove mysql to move the service, and then follow the above two steps. If the following error message appears: ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement. Just SET PASSWORD = PASSWORD('new password'); The above article on how to quickly solve the problem of mysql57 service suddenly disappearing is all the content that the editor shares with you. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM. You may also be interested in:
|
<<: WeChat applet realizes horizontal and vertical scrolling
>>: Example of how to install nginx to a specified directory
This article shares the specific code of jQuery t...
1. Brief introduction of the event An event is a ...
Table of contents 1. Use the warehouse to create ...
Table of contents rem vw Adapt to third-party UI ...
Table of contents Purpose npm init and package.js...
Copy code The code is as follows: <!--doctype ...
Database SQL optimization is a common problem. Wh...
Table of contents Basic Edition Step 1: Configure...
Table of contents Preface 1. Startup management b...
<div align="center"> <table sty...
Utilize the browser's non- overflow:auto elem...
Preface Not long ago, I combined browser-sync+gul...
Table of contents A JSON is built on two structur...
1. Inline reference: used directly on the label, ...
Environmental Statement Host OS: Cetnos7.9 Minimu...