79457643

Date: 2025-02-21 14:16:00
Score: 0.5
Natty:
Report link

If you want to export only stored procedures and functions, this is the script you should run

mysqldump --routines --triggers --no-create-info --no-data --no-create-db --skip-opt -u [user] -p [database] > stored-triggers.sql

You can remove any parameter added to fit your expectations. 💪

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: cesarak