Skip to content

MySQL platform specific notes

LHCGreg edited this page Sep 8, 2013 · 1 revision
  • MySQL lacks a mechanism for streaming bulk data. MySQL does support importing from a csv file but mydbsc is not able to produce such a csv file currently. mydbsc currently implements importing by doing a mysqldump of the source database, one table at a time, and running it on the target database using the mysql command line client. mysql and mysqldump must be on your PATH to import data.