且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

无法连接到mysql数据库

更新时间:2022-03-21 16:53:41

[PHP] function_exists(''mysqli_connect'');

[/ PHP]
mysqli_connect 不是正确的功能
mysql_connect 是功能


删除i从功能名称
[PHP]function_exists(''mysqli_connect'');
[/PHP]
mysqli_connect is not the correct function
mysql_connect is the function

remove "i" from the function name


下次发布时请阅读发布指南。

请为您的主题提供正确的标题并使用标签包装编码。因为那么从这个页面本身我们就可以阅读编码而无需使用IDE。
When you post next time please read the posting guidelines.
Please give a proper title to your thread and wrap the coding using tags. because then from this page itself we can read the codings without going for a IDE.


是的。好的,我下次会遵守规则。


但是现在,我还是无法连接。请参阅以下声明。

Yes. Ok I ll Follow the rules from the next time.

But For now, I still am not able to connect. Please see the following statement.