Hi:
There are several scripts available at mysql download site that convert
access database to an sql dump which you can import into mysql. the sql
dump should contain sql for creating tables so you don't have to create
tables by yourself. You need to create a database if you want to import
the ta
Hello all
I have a simple question. I have a database in (ms) accesss that I would like to
transport into mysql database.
First of all ,do i have to create the database plus tables. then import the data .
or
could i just grab the whole database and tables with all the data inside and import