1、windows下修改MySQL密碼的方法
若是在Windows下忘記了MySQL的密碼,能夠這樣作:
1.關閉正在運行的MySQL服務:net stop mysql或 在windows 任務管理器中結束 mysqld.exe 進程或在 管理工具裏面的服務找到 mysql服務 ,將其中止;
css
C:\Program Files\MySQL\MySQL Server 5.5\bin>mysql
C:\Program Files\MySQL\MySQL Server 5.5\bin>mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.5.35 MySQL Community Server (GPL)sql
Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.windows
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.markdown
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.工具
mysql>ui
2、更改mysql密碼經常使用的三種方法
大部分狀況下,通常用戶沒有權限更改密碼,只有申請了權限或root用戶才能夠更改密碼;
1.方法1:用mysqladmin
spa