Re: Migrating from Access to MySQL
Migrating is a highly complicated aspect. but migrating from MS Access to MySQL will not be much of a problem as MS Access has essentially much less datatypes than MySQL. However, migrating from MySQL to MS Access will lead to a huge loss/change in database schema. Hence during database design a programmer must take into account adaptability/ future migration issues as often migration often includes schema changes to extract the full use of the destination database
|