Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Sync tools, Migration, Scheduled Backup and Notifications › Copy Procedures,functions From One Database To Other
i can create table in new schema with command
“create newschema.name_table select * from oldshema.name_table”,
what command get option to copy procedures,functions,view from oldshema to newschema