启动 mySQL 时出现问题
我刚刚下载了 PHP,并尝试使用以下命令运行 mySQL:
C:\Program Files\EasyPHP-5.3.2i\mySQL\bin\mysql.exe
我收到错误:
ERROR 1045 (28000): Acess denied for user 'ODBC'@localhost' (using password: YES)
我在 linux 上找到了一个在线解决方案,但我在这台机器上运行 vista,并且不知道这一切意味着什么。请帮忙,我厌倦了使用学校的终端。
I just downloaded PHP and I tried running mySQL with the command:
C:\Program Files\EasyPHP-5.3.2i\mySQL\bin\mysql.exe
And I got the error:
ERROR 1045 (28000): Acess denied for user 'ODBC'@localhost' (using password: YES)
I found a solution online with linux, but I'm running vista on this machine and have no clue what all of that meant. Please help, I'm tired of using the school's terminals.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这意味着三种可能的事情之一。
为 localhost 没有更多信息您的具体设置很难更准确地回答。
It means one of three likely things.
Without more information to your specific setup it will be very difficult to answer with more accuracy.
您是否尝试过向命令提供用户名,例如:
?
Have you tried supplying the username to the command, for example:
?
查看手册连接到服务器和从服务器断开连接
Check the manual Connecting to and Disconnecting from the Server