标题: 安装mysql 5.0时遇到很奇怪的问题 [打印本页] 作者: huangruir 时间: 2008-03-05 19:41 标题: 安装mysql 5.0时遇到很奇怪的问题 我在xp下安装mysql 5.0时,安装是成功的,但是测试的时候,运行下面的命令,
1. Change to the MySql directory
cd c:\program files\mysql\mysql server 4.1\bin
2. Run the MySql program
mysql.exe
出现了错误:
ERROR 1045 <28000>: Access denied for user ‘ODBC'◎'localhost’<using password:NO>
不知道是为什么?请高手指点一下。。作者: yueliangdao0608 时间: 2008-03-06 00:17
D:\LAMP\MYSQL5\bin>mysql.exe -uroot -p
Enter password: ******
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.1.22-rc-community-log MySQL Community Server (GPL)
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.