Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SQL を使用してトリガーを作成しました。phpMyadmin で MySQL を使用してトリガーを確認するにはどうすればよいですか?
[SQL] タブをクリックして、次のクエリを入力します。
SHOW TRIGGERS
select * from information_schema.triggers where trigger_schema = 'your_db'
すべてのルーチンを表示するには、コードは...
select * from information_schema.routines