vb 通过php连接mysql数据库连接_通过PHP通过SSH连接到mysql数据库

I think you are out of luck on this one. You can either use the ssh

extension in your PHP code, or if you have access to the server, you

could try to create a ssh tunnel on the command-line.

You probably need special permissions to do that, though. It also

looks like you don’t have ssh access to this hosting account.

duplicate由@jpm回答

Setting up tunneling由@ÓlafurWaage于Connect to a MySQL server over SSH in PHP发布

this one由@Sosy进行隧道掘进

shell_exec(“ssh -f -L 3307:127.0.0.1:3306 user@remote.rjmetrics.com sleep 60 >> logfile”);

$db = mysqli_connect(’127.0.0.1′, ‘sqluser’, ‘sqlpassword’, ‘rjmadmin’, 3307);

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值