MySqlConnector icon indicating copy to clipboard operation
MySqlConnector copied to clipboard

Question: Does MySqlConnector have ability to restore multi gig .sql file output from mysqldump?

Open AFDevMike opened this issue 1 year ago • 1 comments
trafficstars

Is there a direct analog to: mysql -u -p theDb < c:\GiantDbBackup.sql OR mysql source c:\GiantDbBackup.sql

Alternatively, is there an option to execute a MySqlCommand where is source is a stream?

AFDevMike avatar Jun 27 '24 15:06 AFDevMike