iFei
(iFei)
注册会员

中级会员
UID 19900
精华
0
积分 100
帖子 100
金钱 100 喜悦币
威望 0
人脉 0
阅读权限 20
注册 2003-4-26
状态 离线
|
MySQL 为什么出现了这样的错误?
为什么我的 MySQL 3.23.56 for win 在重新安装后,输入了以下的命令会出现这样的错误?
C:\mysql\bin>myqld
C:\mysql\bin>mysqladmin ping
mysql is alive
c:\mysql\bin>mysqlshow
+-----------------+
| Datebasees |
+-----------------+
| mysql |
| test |
+-----------------+
c:\mysql\bin>mysql -u root -p
Password: ********
ERROR 1045: Access denied user: 'root@localhost' ( Using password:YES)
|
|