MySqlConnector
MySqlConnector copied to clipboard
Question: Does MySqlConnector have ability to restore multi gig .sql file output from mysqldump?
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?