The first method: Use Junge's one-click script to modify the MYSQL database password in the LNMP environment One-click scripts are certainly very convenient. Specifically execute the following commands: wget http://soft.vpser.net/lnmp/ext/reset_mysql_root_password.sh sh reset_mysql_root_password.sh Convenient, right? The second method: Modify through commands, as follows: a. Stop MySQL service Execute: /etc/init.d/mysql stop b. Skip verification and start MySQL /usr/local/mysql/bin/mysqld_safe –skip-grant-tables >/dev/null 2>&1 & Then: mysql mysql -uroot //Login to mysql> UPDATE user SET Password=PASSWORD('new password') where USER='root'; mysql> FLUSH PRIVILEGES; mysql> quit Then restart mysql /etc/init.d/mysql start Summarize The above are two methods that I introduced to you about how to use lnmp to reset the root password of the MySQL database. 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:
|
<<: How to configure two-way certificate verification on nginx proxy server
>>: Analysis of Vue element background authentication process
1. Virtual environment follows the project, creat...
Previous: Markup Language - Phrase Elements Origin...
1. Monitoring planning Before creating a monitori...
Take the deployment of https://gitee.com/tengge1/...
The overall architecture of NGINX is characterize...
This article example shares the specific code for...
Starting from MySQL 8.0.16, you can set a passwor...
The most common way is to set a primary key or un...
Why beautify the file control? Just imagine that a...
Table of contents 1. Database Overview 1.1 Develo...
Table of contents What is Routing Basic use of pu...
Table of contents Preface Introduction to Dockerf...
Nowadays, copying websites is very common on the I...
In the previous article, I wrote a cross-table up...
One of the most important features of a style she...