Skip to content
Prev 132144 / 398506 Next

connecting RMySQL to and external server

Use ssh forwarding to forward local port 3307 to remote port 3306
specifying the remote account and password.  Then if you use local port
3306 you can access your local version of MySQL and if you
use port 3307 you can access the remote version.   There is some
info on the MySQL site.  First test it out by running the mysql command
line program accessing the remote data base via port 3307 and once
that works you know its ok and you can try RMySQL or RODBC packages.
On Dec 15, 2007 11:33 AM, Adrian Dusa <dusa.adrian at gmail.com> wrote: