The changes aren't drastic. No MySql expert myself, though, there will be a number of changes. First the sql code is ever so slightly different, not for normal selects or inserts, but for inner and outer joins (called left and right joins in access), and also for setting up the tables and fields, etc.
The other difference is in getting connected to the database.
Best to go to the mysql website, and get onto a tutorial there to get yourself started.
Depending on how much sql code you have, it could amount to a fair bit of work. On the upside, if you have a large database and or complicated queries, you should notice a significant faster response from MySql.
|