NAVICATE is a database management tool, some are for public databases, and some are specifically for a certain kind of database. Such as Navicate for mysql, etc. How to export a stored procedure in the database? ?
Recommended tutorial: navicat graphic tutorial
##1. Open Navicate for mysql; select the database 2. Click the menu bar tools; select data transfer 3. Select the file radio button and click the browse button; set the file Save the location and name it. 4. Then in the database object column on the left, select the stored procedure to be exported and click the start button; for example: export two stored procedures proc2 and proc3; 5. If a dialog box prompting transfer appears, click OK; 6. The stored procedure is exported successfully ! !The above is the detailed content of How to export stored procedures in navicat. For more information, please follow other related articles on the PHP Chinese website!