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