Link to home
Start Free TrialLog in
Avatar of opike
opike

asked on

How do I save a stored procedure developed in MySQL Workbench?

I've written a stored procedure in mySQL Workbench and it's parsing the code as I write it, which is great, but how do I save the stored procedure into MySQL directly in workbench. I know I can copy and past the code into the command line interface but I'm pretty sure that's not necessary.
Avatar of NerdsOfTech
NerdsOfTech
Flag of United States of America image

Sounds silly but you will need to use keyboard shortcut commands:

copy: Ctrl+C
paste: Ctrl+P
as I believe there is no right click support, etc.
ASKER CERTIFIED SOLUTION
Avatar of NerdsOfTech
NerdsOfTech
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial