在 MySQL Workbench 中连接的用户名/密码是什么?

发布于 2024-09-28 19:25:46 字数 1431 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

许久 2024-10-05 19:25:46

Good day Agezna

在 MySql Workbench 中,用户名和密码是您的 MySql Server 用户的用户名和密码。但一旦你也不知道这些。

您是否从MySql网站单独安装了MySql Server?

或者 MySql Server 包含在某些 Web 服务器应用程序包中,例如:

  • Xampp。默认用户名是root并且没有设置密码。
  • 万普。默认用户名是root并且没有设置密码。
  • 另外一个?如果不起作用,请对 Xampp 尝试相同的操作,指定捆绑包名称,然后我可以帮助您。

如果您单独安装了 MySql Server,则密码已在安装时设置(如果您需要)要更改它,Windows 开始菜单中的 MySql Server 文件夹中有一个可执行文件,您可以在其中更改服务器的配置,包括默认密码。

问候。

Good day Agezna

In MySql Workbench the username and password are the username and password of you MySql Server user. But once you don't know those as well.

Have you installed MySql Server alone from MySql website?

Or MySql Server was included in some web server applications bundle like:

  • Xampp. Default username is root and there is no password set.
  • Wampp. Default username is root and there is no password set.
  • other one? Try the same for Xampp if it doesn't work, specify the bundle name then i can help you.

If you installed MySql Server alone, the password was set at installation, if you need to change it, there is a executable in your MySql Server folder in your Start Menu in Windows where you can change the configuration of you server, including your default password.

Regards.

沦落红尘 2024-10-05 19:25:46

系统将提示您输入 MySQL 服务器的用户名和密码。如果这是一个全新的服务器安装,正如其他人所说,用户名 root 和空白密码应该可以让您最初进入。如果这不起作用,如果您有 shell 访问权限,您可以随时重置 root 密码。这里有说明:

http://www.cyberciti.biz/tips/恢复-mysql-root-password.html

You are being prompted for a username and password for your MySQL server. If this is a fresh server installation, as others have said, the username root with a blank password should get you in initially. If this doesn't work you can always reset the root password if you have shell access. There are instructions here:

http://www.cyberciti.biz/tips/recover-mysql-root-password.html

晨与橙与城 2024-10-05 19:25:46

你安装的时候有设置root密码吗?如果是这样,请使用用户名“root”和您设置的密码。如果没有,请将“密码”留空。

When you installed, did you set a root password? If so, use username "root" and the password you set. If not, leave "password" empty.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文