I upgraded mysql on my Mac from 5.0.x to 5.1.x (using a dmg package directly from mysql.com), which broke Rails (2.3.2). Previously everything was working correctly. The error I get is this:
!!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install the mysql gem and try again: gem install mysql.
So I tried re-installing the mysql gem, tried uninstalling and reinstalling, still no luck. (Command used to install: 'sudo gem install mysql -- --with-my-sql-config=*PATH TO mysql_config on my machine*'. The gem installs fine, but it doesn't fix the problem.
Did a lot of digging on the web, and couldn't find a solution that sounded right. There were some suggestions for Windows of copying an older mysql dll, so there may be some Mac analogue, but that just sounds wrong to me.
Anybody else hit this problem?