I wish to know how to import dbf to MySQL format

Asked By 40 points N/A Posted on -
qa-featured

I have got lots of data and I would like to know how I can import dbf to mysql format. A software that convert a lot of data at once is more favorable if it does exist.

SHARE
Answered By 0 points N/A #136846

I wish to know how to import dbf to MySQL format

qa-featured

There are few Options to import DBF to MySQL. 

1.Export the tables to an access database and then use the migration software to sent in MySQL.

2.Open the file which can be opened as DBF file then export them as CSV.

3. Download a Program that migrates DBF file database to MySQL Server.

Sample Program/Link that convert DBF files to MySQL :

DBF-to-MySQL 3.5

MySQL to DBF ( https://www.convert-in.com/sql2dbf.htm )

DBF-to-MySQL 2.1 ( http://www.fyxm.net/ )

 

Related Questions