Hello:
I want to restore a database from the sql script created by mysqldump.exe. Using mysql_connector, the cursor stops when it hits the section for the stored procedures. I read something about the DELIMITER command only working from the command line or Workbench.
Is there a way for a python script to perform a CREATE PROCEDURE script without having to just call mysql.exe to do a restore?
Cheers and thanks,
Simon Norton
I want to restore a database from the sql script created by mysqldump.exe. Using mysql_connector, the cursor stops when it hits the section for the stored procedures. I read something about the DELIMITER command only working from the command line or Workbench.
Is there a way for a python script to perform a CREATE PROCEDURE script without having to just call mysql.exe to do a restore?
Cheers and thanks,
Simon Norton