Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经设置了 PHP 5.4,现在 MySQL 开发人员 5.5 都安装在我的本地机器上,并且都可以单独工作。
当我转到 phpMyAdmin (localhost/phpmyadmin) 时,我没有收到任何错误,并且登录屏幕完美显示。我唯一的问题是我无法登录。当我提交登录时它只是回到登录屏幕。
我认为这与数据库未在本地主机上运行或 PHP 未正确连接到数据库有关。
我应该看什么来确认两者之间的联系等?
请注意:我已经花了几个小时在谷歌上寻找解决方案。
通过删除 PHP 并卸载 MySQL 并最终安装 WAMP 服务器解决了该问题。