Connect to mysql through ssh tunnel from php
shell_exec("ssh -fNg -L 3307:$dbServerHost:3306 user@remote_host");
$conection = new mysqli($dbServerHost, $username, $password, $dbname, 3307);
Secure file download in PHP, Security question PHP, PHP MYSQL Interview Question -Books download - PHP solutions guidelines queries update, phpmysqlquestion
I had this issue with MYSQL 5.7 . The following worked althoug...
No comments:
Post a Comment