Hi to all,
how to check if mysql is running and my credetial si good ??
my_conn = DataMapper.setup(:default,
:adapter => 'mysql',
:host => 'host1',
:username => 'demo',
:password => 'd...@test',
:database => 'demo_dev'
)
Many thx
--
You received this message because you are subscribed to the Google Groups
"DataMapper" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/datamapper?hl=en.