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

How to quickly build an FTP file service using FileZilla

In order to facilitate the storage and access of ...

Detailed tutorial on installing phpMyAdmin on Ubuntu 18.04

We will install phpMyAdmin to work with Apache on...

MySQL backup and recovery design ideas

background First, let me explain the background. ...

Installation tutorial of MySQL 5.7 green version under windows2008 64-bit system

Preface This article introduces the installation ...

Vuex implements simple shopping cart function

This article example shares the specific code of ...

Details of various font formats in HTML web pages

This section starts with the details of text modi...

MySQL 8.0.12 Quick Installation Tutorial

The installation of MySQL 8.0.12 took two days an...

CSS to achieve the small sharp corner effect of bubbles

Effect picture (the border color is too light, pu...

Table related arrangement and Javascript operation table, tr, td

Table property settings that work well: Copy code ...

JavaScript's unreliable undefined

undefined In JavaScript, if we want to determine ...

Implementation steps for building FastDFS file server in Linux

Table of contents 1. Software Package 2. Install ...

Analysis of 2 Token Reasons and Sample Code in Web Project Development

Table of contents question: There are 2 tokens in...

Perfect solution for JavaScript front-end timeout asynchronous operation

Table of contents What happens if a piece of code...