Windows Server 2003上的WordPress安装(IIS)

我在Windows Server 2003机器上设置WordPress的时间太可怕了。

我build立了MySQL并创build了一个名为wordress的数据库。 Unname与pwd WordPress也称为WordPress。 所以在wp-config.php文件中,我将3个东西,db名称,uname,pwd全部更改为WordPress。 主机保持本地主机。 我打开IIS和新网站(指向我的新WordPress目录的目录)。 给端口8080,因为已经有一个站点在80端口上运行。

当我去http:// localhost:8080 / wp-admin / install.php时,我收到一个错误消息

 This either means that the username and password information in your wp-config.php file is incorrect or we can't contact the database server at localhost. This could mean your host's database server is down. •Are you sure you have the correct username and password? •Are you sure that you have typed the correct hostname? •Are you sure that the database server is running? 

我能够通过命令提示符使用相同的凭据连接到MySQL。

这里可能是什么错误? 我完全失去了。

首先,你不需要改变端口,只是因为别的东西在那里运行,只要它在自己的目录中,你没事(只需要成为那个站点的根,当然,如果你想它在根,然后它需要它自己的端口:)

你能够使用IIS内的任何其他工具连接到MySQL吗? 具体来说,任何其他人用PHP编写的?

你有没有安装“最新最好”的PHP和MySQL ?

好的,不要问明显,但你是否给你的用户WordPress的访问从MySQL服务器上的本地主机的WordPress的数据库?