The previous article introduced the installation process of MySql8.0.19. Friends who need it can click to view it. https://www.jb51.net/article/178988.htm 1. ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement. The solution is as follows: mysql> ALTER USER USER() IDENTIFIED BY 'Xiaoming250'; 2. Change the root password ALTER user 'root'@'localhost' IDENTIFIED BY 'new password'; Related reading: Detailed tutorial on installing MySQL 8.0.19 in zip version on win10 CentOS7.5 installation of MySQL8.0.19 tutorial detailed instructions MySQL 8.0.19 Installation Tutorial Further knowledge: Installing MySQL on Linux/UNIX It is recommended to use the RPM package to install MySQL on the Linux platform. MySQL AB provides the following RPM package download address: MySQL - The MySQL server. You need this option unless you only want to connect to a MySQL server running on another machine. If your system has it installed, you can choose to uninstall it: rpm -e mysql // Normal deletion mode rpm -e --nodeps mysql // Powerful deletion mode. If you are prompted to delete other dependent files when using the above command, you can use this command to forcefully delete them. Summarize The above is the editor's sharing of MySql8.0.19 installation pit record. I hope it will be helpful to everyone. Thank you very much for your support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: JavaScript - Using slots in Vue: slot
>>: Detailed explanation of how to install mysql5.7.16 from source code in centos7 environment
1. Create a new UI project First of all, our UI i...
Detailed explanation and examples of database acc...
Table of contents 01 Scenario Analysis 02 Operati...
What is the Vendor Prefix? Vendor prefix—Browser ...
1. Introduction When a web project is published o...
Since myeclipse2017 and idea2017 are installed on...
After installing MySQL using ports, I found that ...
There are probably as many modular solutions for ...
background We can use react-color to implement th...
Download https://tomcat.apache.org/download-80.cg...
The title images on Zhihu Discovery columns are g...
This article shares the installation and configur...
Preface For file or directory permissions in Linu...
1. Install the database 1) yum -y install mysql-s...
Preface This article was written by a big shot fr...