2006/2/14, Bob Silva <[EMAIL PROTECTED]>: > Are you using the Rails provided MySQL driver? Or have you installed the > native gem?
I've tried both with same luck. I think I should first solve the problem while creating the database structure. I still have problems with the fk_test_has_fk table: [EMAIL PROTECTED]:~/devel/rails/trunk/activerecord$ mysql -u rails activerecord_unittest < test/fixtures/db_definitions/mysql.sql ERROR 1005 at line 194: Can't create table './activerecord_unittest/fk_test_has_fk.frm' (errno: 150) [EMAIL PROTECTED]:~/devel/rails/trunk/activerecord$ I can't find this error anywhere in google relating to rails so it must be something in my configuration, but I don't know what. Diego _______________________________________________ Rails-core mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-core
