Reputation: 292
I am belatedly converting some php applications using MySQL from MyISAM to Innodb. One set of tables were converted on Friday, and now on Monday there are problems. Specifically for one table used to store session information, using in MyISAM a longtext field. The problem is that some session information isn't being written into the data. Initial data makes it in, but later data does not. Seems to be data length related? I have compared the table structure from identical apps (different data) from one that works, and one that doesn't, and I don't observe any differences.
Anyone have experience with this?
Upvotes: 0
Views: 43