All Questions
2 questions
1
vote
1
answer
313
views
Type mismatch in classic ASP after upgrade to MySQL 5
When upgrading a site for customer to a new server with MySQL 5 instead of MySQL 4, I ran into the usual bunch of problems when migrating the database, some of which simply make mysql complain about ...
1
vote
2
answers
410
views
MySQL: Migrating Queries from v4 to v5
When migrating a project from MySQL 4 to MySQL 5, what are the primary things I need to address in order to ensure queries remain compatible?
In general things should be fine, but I know that some ...