Skip to content
  • About
  • Contact Me

Tag: Stored Procedure

  • Home
  • Stored Procedure
02Apr 2009 by Asim Zeeshan 2 Comments

How to backup Stored Procedures in MySQL?

How to, Linux, Resources, Reviews, Thoughts, Tips and Tricks, Tutorials
Type this on SSH / command line [sourcecode language="sql"]mysqldump -u username -p database_name --routines > /home/asim/database_backup_with_procedures.sql[/sourcecode] Type in the password when prompted. P.S. Replace username with actual mysql username and database_name with actual database name.
Read More
WordPress Theme - Total by HashThemes
 

Loading Comments...