Enter net start mysql in cmd and the prompt is: The service name is invalid Please go to the bin directory of MySQL and open a command line window in the bin directory, or set the system environment variables and enter It indicates that the MySQL service has been installed successfully. Enter mysql8.0 forgotten password modification: The following code is feasible You were asked to set a password when installing MySQL earlier, but that password doesn’t seem to be used. What you should enter here is the random initial password it automatically generates, and this initial random password is placed in a .err file in the MySQL installation directory. There seems to be only one .err file in the entire folder. Just search it in the folder. ALTER USER "root"@"localhost" IDENTIFIED BY "your new password"; Summarize The above is what I introduced to you about mysql8.0 forgotten password modification and invalid net command service name. I hope it will be helpful to you. If you have any questions, please leave me a message and I 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:
|
<<: Tutorial analysis of quick installation of mysql5.7 based on centos7
>>: vue-pdf realizes online file preview
Arial Arial is a sans-serif TrueType font distribu...
The benefits of using MySQL master-slave replicat...
How to write join If you use left join, is the ta...
Currently, Nginx has reverse proxyed two websites...
background Before starting the article, let’s bri...
MySQL installation tutorial, for your reference, ...
1. The catalina.bat must be set to UTF-8. If I do...
Table of contents 1. Overview 2. Digital Enumerat...
In this article, I will explain the relevant cont...
This article will introduce some commonly used ar...
CocosCreator realizes skill CD effect There are s...
This article shares the specific code of js to re...
1. position : fixed Locked position (relative to ...
Table of contents Error message Cause Error demon...
1.vue packaging Here we use the vue native packag...