You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.