Hmm Frederick is right, that's all I've had to do. If you read the latest RUNNING_UNIT_TESTS (http://dev.rubyonrails.org/browser/trunk/ activerecord/RUNNING_UNIT_TESTS) and the connection settings for running tests on MySQL (http://dev.rubyonrails.org/browser/trunk/ activerecord/test/connections/native_mysql/connection.rb), you pretty much create the 'activerecord_unittest' and 'activerecord_unittest2' databases and grant the 'rails' user all privileges and you're good to go.
What steps have you done? Perhaps that'd help us to find out what your problem is. Cheers, Chu Yeow On Nov 26, 7:32 pm, Hongli Lai <[EMAIL PROTECTED]> wrote: > On Nov 26, 11:45 am, Frederick Cheung <[EMAIL PROTECTED]> > wrote: > > > Unless this has changed recently I never had to do that. I just > > created the activerecord_unittest and activerecord_unittest2 databases > > and gave the rails user access to them and I was good to go > > > Fred > > That didn't work for me. I created the databases but got this > error:http://pastebin.com/f1f641395 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" 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/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
