List: | General Discussion | « Previous MessageNext Message » | |
From: | mike | Date: | November 26 2003 2:40am |
Subject: | Re: Functions and Procedures in Mysql | ||
View as plain text |
>wanted to know if one can write a Function or a procedure in a mysql 4.0.12..??? This is not going to be supported until MySQL 5. >Also about this data dump, i went to C:\ and typed mysqldump test. .. this thing ran > for quite some time but where was the dump finally could figure that out .. mysqldump will send output to stdout, as such the typical syntax would be along the lines of: mysqldump test > dump.sql I personally use mysqldump from the mysql\bin folder and as follows: mysqldump --quick -u root -pmypassword test > dump.sql Hope that helps.
Thread | ||
---|---|---|
• Functions and Procedures in Mysql | Swati K | 25 Nov |
• Re: Functions and Procedures in Mysql | Martijn Tonies | 25 Nov |
• Re: Functions and Procedures in Mysql | Mikael Fridh | 25 Nov |
• Re: Functions and Procedures in Mysql | mike | 26 Nov |
• Re: Functions and Procedures in Mysql | Dan Nelson | 26 Nov |
• RE: Functions and Procedures in Mysql | Mike Hillyer | 26 Nov |
• Re: Functions and Procedures in Mysql | Dan Nelson | 26 Nov |
• Re: Functions and Procedures in Mysql | Dan Nelson | 26 Nov |
• Re: Functions and Procedures in Mysql | mike | 26 Nov |
• Re: Functions and Procedures in Mysql | mike | 26 Nov |
• Re: Functions and Procedures in Mysql | mike | 26 Nov |
• Re: Functions and Procedures in Mysql | mike | 26 Nov |
• RE: Functions and Procedures in Mysql | Swati K | 25 Nov |