Unable to load driver 'Mysql' (underlying error: uninitializ

Hi,
I'm a freser to ruby and i'm trying to workout certain database related
examples using dbi. But when i run the file i receive an error :

Unable to load driver 'Mysql' (underlying error: uninitialized constant
DBI::DBD::MySql) (DBI::InterfaceError)
  from /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
  from /home/arunkumar/.gem/ruby/1.8/gems/dbi-0.4.1/lib/dbi.rb:236:in
`load_driver'
  from /home/arunkumar/.gem/ruby/1.8/gems/dbi-0.4.1/lib/dbi.rb:154:in
`_get_full_driver'
  from /home/arunkumar/.gem/ruby/1.8/gems/dbi-0.4.1/lib/dbi.rb:139:in
`connect'

The error occurs from the line given to connect the mysql database. ie.
dbh = DBI.connect("DBI:MySql:Project:localhost",
                      "username", "password")

Can anybody please help me to solve this problem.

Regards
Arun Kumar .C.M.

Attachments:
http://www.ruby-forum.com/attachment/3428/test.rb

···

--
Posted via http://www.ruby-forum.com/.