如何在IIS中查找mysql的连接字符串详细信息?

发布于 2024-11-04 15:12:57 字数 352 浏览 2 评论 0原文

我在 IIS 7 上安装了 php 和 mysql, 现在,我可以看到 phpinfo() 并且一切都很好,除了我不知道 mysql 的连接字符串详细信息在哪里以及是什么。

我正在尝试安装 wordpress(通过 IIS 上的 Web 平台安装程序),每次我尝试安装它时,它都会询问数据库详细信息 - 我理解它为什么这样做,除了我自己不知道它们是什么。

经过大量谷歌搜索和搜索后,我感到惊讶的是,实际上没有关于如何执行此操作的信息,没有任何教程,甚至没有关于此的错误。要么是这样,要么我正在咆哮一个不同的太阳系。

任何有关如何执行此操作的教程的链接都会非常有帮助。但最重要的是,如何找到有关 mysql 的详细信息?

谢谢。

I installed php and mysql on my IIS 7,
Now, I can see the phpinfo() and it all works great, except, I dont know where and what are the connection string details are for mysql.

I am trying to install wordpress (via web platform installer on IIS) and everytime I try to install it, it asks for database details - I understand why its doing that, except, I dont know what they are myself.

After a lot of googling and searching, I am surprised that there are literally NO information on how to do this, no tutorials anywhere, not even bugs on this. Either that, or I'm barking up a different solar system.

Any links to tutorials on how to do this would be very helpful. But most importantly, how do I find the details about mysql?

thanks.

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

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

发布评论

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

评论(2

小帐篷 2024-11-11 15:12:57

帮自己一个忙,下载一个合适的 GUI 来使用 MySQL,例如 SQLYog 或类似的东西,然后忘记 PHPMyAdmin 的粪便。如前所述,您的用户名很可能是没有密码的 root。

您可以搜索一个名为 mysqlinstanceconfig.exe 的程序(或类似的程序,您应该将它放在 MySQL 安装文件夹中) - 它允许您快速重新配置您的实例,并且可以使用它重置您的登录凭据。

关于 MySQL GUI-s:如果我没记错的话,有一个直接来自 MySQL 的免费软件,但我对此不确定。忘记 PHPMyAdmin,它是有史以来编写的最糟糕的代码,并且是一个巨大的安全漏洞。

Do yourself a favor and download a proper GUI for working with MySQL, such as SQLYog or something similar and forget that poo of PHPMyAdmin. As mentioned, your username is most likely root without password.

You can search for a program called mysqlinstanceconfig.exe (or something similar, you should have it in your MySQL installation folder) - it allows you to quickly reconfigure your instance and you can reset your login credidentials with it.

About MySQL GUI-s: if I'm not mistaken, there's one free coming directly from MySQL but I'm not sure about that. Forget about PHPMyAdmin, it's the worst piece of code ever written and a HUGE security hole.

尛丟丟 2024-11-11 15:12:57

当您在本地运行 MySQL 服务器时,您的主机名将为 localhost,并且您可以使用 root 作为用户名,并且不输入任何内容作为密码。

As you're running a MySQL server locally, your hostname would be localhost, and you can use root as the username, and put nothing as the password.

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