Under preferences(Menu)/general (Tab)/ Interactive GRT Shell Language: lua or python.
What is the difference?
I use MySQL for database and involve mostly binary.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
mysql is a database server — it doesn’t have a menu. I think you mean mysql workbench which is a visual database design tool. That option allows you to use lua scripting or python scripting to help you on the design of your database — it is unrelated to what happens on the mysql server. There are some examples on usage of the scripting provided by mysql workbench here.