From: David Masover Date: 2008-08-17T14:45:18+09:00 Subject: Re: Unable to load mysql driver (Ubuntu 8.04) On Sunday 17 August 2008 00:09:54 Chris Williams wrote: > /usr/local/lib/ruby/site_ruby/1.8/dbi.rb:352:in `load_driver': Unable to > load driver 'Mysql' (DBI::InterfaceError) [...] > The Mysql server is working fine and my Rails apps can even access it. That doesn't mean there's Ruby support for MySQL installed. I would guess that you need to install the mysql gem, and possibly more DBI-specific bindings for it.