問題タブ [mysql-event]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
mysql - gettting an error while defining the event name on mysqlworkbench 5.5
I created a stored procedure like the following:
Now, I am trying to create an event inside the above stored procedure as follows:
I am getting a cross
symbol on the line EVENT archivescheduler
in the above code. I am following the following documentation on the MySQL Website. Am I doing something wrong?
What I suspect is that since I have already created the stored procedure before and I am trying to create one, this could create some problem. Please let me know what I am doing wrong?
As small screenshot from the MySQLWORKbench of the error:
Thanks
mysql - SELECT * FROM mysql.event が異なる開始時間を示している
mysql でイベントを作成しているときに、スケジュールを次のように定義しました。
ただし、次のクエリを実行すると:
次の出力が表示されました。
イベントの作成時に定義した時間ではなく、なぜstarts
時間が表示されるのか疑問に思っています。私にお知らせください。'2014-08-08 07:00:00'
'2014-08-08 00:00:00'
mysql - Mysql イベントが実行されないのはなぜですか
mysql でイベントを作成しました。
イベントがありますが、01:00:00 に実行されません。時間を 14:00:00 に変更するか、他の時間に変更すると正常に動作します。時間を 14:00:00 から変更すると、正常に実行されましたが、予定どおり 12 時間後に再実行されません。これがコードです
私は何か間違ったことをしていますか?グローバルイベントスケジューラをONにしています。アドバイスして助けてください
mysql - mysqlイベントスケジューラ内でmysqlトランザクションを実行できますか?
別のテーブルの開始日に基づいて 3 つのテーブルを更新したいと考えています。そのため、そのテーブルの開始日と現在の日付をチェックするイベントスケジューラを生成します。イベントスケジューラでトランザクションを作成できるかどうかを知ることは非常に役立ちます
mysql - MySql イベントの作成で構文エラーが発生する
毎日真夜中 + 1 秒に実行されるイベントを作成したいのですが、イベントを説明する多くのスレッドを確認しましたが、MySql V.6.2 で構文エラーが発生する理由がわかりません。
答えてくれてありがとう