On 5/24/10 10:40 PM, Ed Leafe wrote: > On May 24, 2010, at 9:27 PM, Nate Lowrie wrote: > > >> What engine >> are the tables on Dabo's MySQL server setup as? Do they have any >> indexes on them? >> > They are the basic MyISAM engine. And yes, they are indexed on several > fields. > Alright, I've found the problem! My tables were using the InnoDB engine, which is causing the issue. As soon as I switched the engine to MyISAM everything works perfectly. I am not sure what the difference is, but I will be switching everything to MyISAM from now on.
Regards, Nate _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
