Connect Mysql via ssh - Forum

Forum Navigation
You need to log in to create posts and topics.

Connect Mysql via ssh

Hi..

My host recently has changed the policy of MySQL remote connection. So only accepts static IP or connection via ssh. I have connected via PuTTY but i can't connect to mySQL database. Do i need to make any adjustments on local config.php ?

Thanks

@smartmedia just do not use neoPhp in your local machine to connect to a remote database. Instead locate neofunctions.php and config.php into your remote  hosting service where the MySQL database is hosted too.
Then use neoPhpSetPath command to set neofunctions.php remote address.

Regards.

smartmedia has reacted to this post.
smartmedia

Thanks @luishp

That worked fine..