MySQL Forums
Forum List  »  MySQL Workbench

Re: Running a .sh script
Posted by: Milosz Bodzek
Date: January 20, 2016 03:12AM

Hi!

You must run .sh script in terminal, not in Workbench or MySQL command line.
Make sure that .sh script has right to execute, if not, you can do it by execute: 'chmod +x script.sh', then simply run your script like that: './script.sh'

Regards,

--
Milosz Bodzek
MySQL Developer Tools

Options: ReplyQuote


Subject
Views
Written By
Posted
1266
December 22, 2015 10:51AM
Re: Running a .sh script
596
January 20, 2016 03:12AM
524
February 09, 2016 01:27PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.