
April 21st, 2000, 06:35 PM
|
|
Junior Member
|
|
Join Date: Apr 2000
Posts: 7
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Hi,
I haven't yet converted an Access DB to MySQL, but if you have a textfile you could simply use the MySQL command:
LOAD DATA INFILE 'filename goes here' INTO TABLE 'tablename';
Read the MySQL manual for further instructions on how to use LOAD DATA INFILE.
|