Home > Database > Mysql Tutorial > 忘了MySQL的管理员密码怎么办?_MySQL

忘了MySQL的管理员密码怎么办?_MySQL

WBOY
Release: 2016-06-01 14:11:39
Original
1141 people have browsed it

    MySQL提供跳过访问控制的命令行参数,通过在命令行以此命令启动MySQL 服务器 :
   safe_mysqld ——skip-grant-tables& 即可跳过MySQL的访问控制,任何人都可以在控制台以管理员的身份进入MySQL 数据库 . 需要注意的是在修改完密码以后要把MySQL 服务器 停掉重新启动才会生效!

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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template