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.
在我的 sql 主机环境中,当我尝试连接到 mysql 时,我必须通过 ssh 主机。这是我的连接:
ssh hostname: server01 username : user pwd: password mysqlhostname : mysql01 port : 3306 username : mysqluser pwd: mysqlpwd
如何在 php 中连接到数据库?
你不能。您需要做的是设置一个从您的网络服务器到您的 SSH 主机的 SSH 隧道,然后在 PHP 中使用 localhost 和您的隧道端口。