在 mysql 数据库和 php 之间建立本地连接
我已经制作了 mysql 数据库,我只需要在本地将 php 连接到 mysql,但我不知道 php 命令。
干杯
I already have the mysql database made, I just need to connect php to mysql locally but I don't know the php commands for that.
cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
以下包含一个很好的示例:https://www.php。 net/manual/en/mysql.examples-basic.php
The following contains a pretty good example: https://www.php.net/manual/en/mysql.examples-basic.php
这是到 mysql 服务器的简单连接。连接到服务器后,它选择一个数据库
This is a simple connect to the mysql server. After Connecting to the server it selects a DB