Win7 上全新完整安装 MySQL。没有提示输入用户名?
开始安装后的详细 Oracle 设置提示我输入密码,并重新输入该密码,但从未询问用户名应该是什么。所以我不知道我的是什么。
距离在 Windows 机器上设置 MySQL 已有 7 年了,这个过程似乎变得更加复杂。如果这能说明我在这一切中的位置,只是为了看看会发生什么,我在命令提示符下键入“MySQL”,它返回“错误1045(28000):用户'ODBC'@'localhost的访问被拒绝” '(使用密码:NO)”
我有一个 JDBC 连接(我通常通过 PHP 进入),但我还没有在resin-web.xml 中填写任何内容,因为我不知道我的 MySQL 用户名是什么是。
感谢您的任何帮助。
The detailed Oracle setup that followed the beginning installation prompted me for a password, and to reenter that, but never asked what a username should be. So I don't know what mine is.
It's 7 years since set up MySQL on a Windows machine, and the process seems to have gotten more complicated. If it's any indication of where I am in all of this, just to see what would happen I typed "MySQL" at my command prompt, and it returned with "ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: NO)"
I have a JDBC connection (I'm ordinarily going in through PHP), but I haven't filled in the resin-web.xml with anything yet because I don't know what my MySQL username is.
Thanks for any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
root
是 MySQL 中的默认用户。root
is the default user in MySQL.