bulk import

Forum related to MySQL

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
davids
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 24.02.2006, 08:09

bulk import

Post by davids »

What's the fastest way to import 15,000 records into a MySQL table? I don't need to keep what's there previously.

FYI, I'm running D6 and have both Zeos 5.5 and Zeos Access installed. My server just got updated to run MySQL 5.0.

Thx
-David
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Hi David,

The fastest way is to use the mysqlimport tool from the mysql distribution. All information can be found in the mysql documentation. There's 1 prerequisite, the input data has to be formatted in a reasonable fashion. (there are some options but not all is possible)

Good luck,
Mark
Image
zippo
Silver Boarder
Silver Boarder
Posts: 322
Joined: 12.10.2005, 18:01
Location: Slovenia

Post by zippo »

I agree - that's far the fastest way.
Post Reply