Skip to content
Prev 132479 / 398506 Next

connecting [logging] RMySQL to an external server - SOLVED

On Wed, Dec 19, 2007 at 04:34:26PM +0200, Adrian Dusa wrote:
Err, I am late to this but

 dbConnect(drv, user="mysqluser", password="mysqlpassword", dbname="anydatabase", host="xxx.xxx.xxx")

works fine for me (eg on Ubuntu with a remote MySQL on some other
box).  What's the problem you were seeing?

Dirk