Mysql Workbench - Create or Change an event

Asked

Viewed 788 times

0

In this program we have the options to create within a schema:

  • Tables
  • Views
  • Store Procedures
  • Functions

All in an interactive way, but I couldn’t find the option to create EVENTS,

  1. Does there exist somewhere this option, maybe a plugin to manage events?
  2. Do you have a command that returns the build or change sql of a Event already created? ( so I would only make the necessary changes, not need to type everything )
  • Syntax to create event: https://dev.mysql.com/doc/refman/5.6/en/create-event.html

  • thanks Kadu, but I really wanted to pull the Vents I’ve already written in the bank to make adjustments, but by the way I will have to do in hand.

1 answer

1

Maybe a little late in the answer, but here it goes: passing the mouse over the schema, you will see an icon i right next to it. Click on it.

The last tab of the screen that will appear will be the Events tab. Configure your events there. Hug!

  • Hi Vinicius, I will test, it is not too late no, it was the first reply I received...

  • I am now using version 6.3.8 build 1228, and only from p/ view the events you already have, there is no editing :(

Browser other questions tagged

You are not signed in. Login or sign up in order to post.