mysql 5.7.18 winx64 password change

mysql 5.7.18 winx64 password change

After MySQL 5.7.18 is successfully installed, since version 5.7 no longer supports logging in with an empty password, we have to find the temporary password in a log file in the data directory. As shown in the figure:

這里寫圖片描述

The password is in this file. After opening it with editplus, find the temporary password, as shown in the figure:

這里寫圖片描述

Our subsequent operations are as shown in the picture. You can just follow their example. Finally, I still have to say one last thing: don’t use the new version.

這里寫圖片描述

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:
  • MySQL 5.7.18 winx64 installation and configuration method graphic tutorial
  • mysql 5.7.18 winx64 free installation configuration method
  • Solve the problem that the service cannot be started when installing the decompressed version of mysql 5.7.18 winx64 on Win7 x64

<<:  Detailed explanation of how to use the vue3 Teleport instant movement function

>>:  Graphic tutorial on configuring log server in Linux

Recommend

Nginx builds rtmp live server implementation code

1. Create a new rtmp directory in the nginx sourc...

vue-cli introduction and installation

Table of contents 1. Introduction 2. Introduction...

Several navigation directions that will be popular in the future

<br />This is not only an era of information...

Linux general java program startup script code example

Although the frequency of starting the shell is v...

Difference between varchar and char types in MySQL

Table of contents aforementioned VARCHAR Type VAR...

Detailed installation steps for MySQL 8.0.11

This article shares the installation steps of MyS...

Pure CSS3 to achieve mouse over button animation Part 2

After the previous two chapters, do you have a ne...

Summary on Positioning in CSS

There are four types of positioning in CSS, which...

Front-end JavaScript thoroughly understands function currying

Table of contents 1. What is currying 2. Uses of ...

Docker /var/lib/docker/aufs/mnt directory cleaning method

The company's service uses docker, and the di...

A small introduction to the use of position in HTML

I just learned some html yesterday, and I couldn&#...

Tomcat components illustrate the architectural evolution of a web server

1. Who is tomcat? 2. What can tomcat do? Tomcat i...

One line of code teaches you how to hide Linux processes

Friends always ask me how to hide Linux processes...

Introduction to reactive function toRef function ref function in Vue3

Table of contents Reactive Function usage: toRef ...