After updating to mysql 5.1.51 I am getting this error when attempting to run specs: "Library not loaded: /usr/local/mysql/lib/mysql/ libmysqlclient.15.dylib"
In that directory, the "15.dylib" is actually a 16. Reinstalling dm- mysql-adapter did not solve this. I can access mysql with dm in a test app with gems installed normally. On Oct 7, 8:36 am, RipTheJacker <[email protected]> wrote: > Ok, well the databases weren't the problem; I found the info in the dm- > core code and created them with those credentials :) > > I'll look at that commit and see if updating my mysql version helps. > Thanks. > > On Oct 7, 3:31 am, Martin Gamsjaeger <[email protected]> wrote: > > > > > Kabari, > > > You need the following databases (across all adapters) > > > datamapper_default_tests > > datamapper_alternate_tests > > > with the following credentials: > > > user: datamapper > > pass: datamapper > > > This is obviously only mentioned in the source code, and I agree that > > it should be documented somewhere. I'll try to incorporate it into > > some docs asap. In the not so long term, I will probably also add a > > task to dm-dev that creates the required databases. > > > Thx for bringing this up! > > > Regarding the session_variables issue, I remember that this was a > > rather recent change. > > >http://github.com/datamapper/dm-migrations/commit/faea4c2b7a5e03c6bbd... > > > Maybe you have some mysql version that doesn't support our > > information_schema strategy? If so, could you please comment on that > > commit I linked? > > > cheers > > snusnu > > > On Wed, Oct 6, 2010 at 23:31, RipTheJacker <[email protected]> wrote: > > > I'm having an issue running the specs in dm-core (and plugins): > > > "Unknown table 'session_variables' in information_schema" > > > > Uhm...where do I set the db credentials and whatnot (mysql)? > > > > -- > > > 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 > > > athttp://groups.google.com/group/datamapper?hl=en. -- 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.
