Home > Database > Mysql Tutorial > MYSQL Learning Summary (8): Frequently Asked Questions

MYSQL Learning Summary (8): Frequently Asked Questions

黄舟
Release: 2016-12-23 17:16:27
Original
1322 people have browsed it

#Forgot root password
/usr/local/mysql/bin/mysqld_safe –skip-grant –tables & start
Mysql –u root to log in
#Change user password
Update mysql.user set password=PASSWORD(“111111” ) where user= "username";

The above is the MYSQL learning summary (8): the content of frequently asked questions. For more related content, please pay attention to the PHP Chinese website (www.php.cn)!


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
MySQL stops process
From 1970-01-01 08:00:00
0
0
0
Error when installing mysql on linux
From 1970-01-01 08:00:00
0
0
0
phpstudy cannot start mysql?
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template