How to dump mysql with all procedure and function using phpmyadmin -


i trying export mysql dump file checked option 'add create procedure / function' in export page using phpmyadmin neither function nor procedure dumping ... please suggest me how can dump procedure , function

mysqldump --routines --no-create-info --no-data --no-create-db --skip-opt <database> > outputfile.sql 

in case want backup stored procedures , triggers , not mysql tables , data, might helpful above... hope helps...


Comments

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -