[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

remote MySQL connection

Jacques

3/13/2005 11:48:00 PM

Hi,

New to Ruby programming (2 weeks!) I'm working on an application that need
to connect to a MySQL remote database. After many tries and search on the
web I can't succeed to connect to it.

Here is the command I use:
m=Mysql.new("mysqlxx.xxxxxxxx.net","login","password","dbname")

The remote database is at www.godaddy.com web hosting


Thanks for your help.

Jacques