<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Dumping MySQL Stored Procedures, Functions and Triggers</title> <atom:link href="http://www.ducea.com/2007/07/25/dumping-mysql-stored-procedures-functions-and-triggers/feed/" rel="self" type="application/rss+xml" /><link>http://www.ducea.com/2007/07/25/dumping-mysql-stored-procedures-functions-and-triggers/</link> <description>The Journal Of A Linux Sysadmin</description> <lastBuildDate>Wed, 08 Feb 2012 13:08:17 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: MySQL resources &#171; Geek perspectives</title><link>http://www.ducea.com/2007/07/25/dumping-mysql-stored-procedures-functions-and-triggers/comment-page-3/#comment-193859</link> <dc:creator>MySQL resources &#171; Geek perspectives</dc:creator> <pubDate>Mon, 09 Jan 2012 22:58:32 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2007/07/25/dumping-mysql-stored-procedures-functions-and-triggers/#comment-193859</guid> <description>[...] Dumping SP and triggers  Like this:LikeBe the first to like this post. [...]</description> <content:encoded><![CDATA[<p>[...] Dumping SP and triggers  Like this:LikeBe the first to like this post. [...]</p> ]]></content:encoded> </item> <item><title>By: sudath</title><link>http://www.ducea.com/2007/07/25/dumping-mysql-stored-procedures-functions-and-triggers/comment-page-3/#comment-193751</link> <dc:creator>sudath</dc:creator> <pubDate>Wed, 14 Dec 2011 06:29:09 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2007/07/25/dumping-mysql-stored-procedures-functions-and-triggers/#comment-193751</guid> <description>Great article , it was very helpful for me.</description> <content:encoded><![CDATA[<p>Great article , it was very helpful for me.</p> ]]></content:encoded> </item> <item><title>By: Imran Chaudhry</title><link>http://www.ducea.com/2007/07/25/dumping-mysql-stored-procedures-functions-and-triggers/comment-page-3/#comment-193714</link> <dc:creator>Imran Chaudhry</dc:creator> <pubDate>Thu, 08 Dec 2011 12:15:05 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2007/07/25/dumping-mysql-stored-procedures-functions-and-triggers/#comment-193714</guid> <description>Thanks for the blog entry, it is good search-engine bait.If you always want to catch routines then it&#039;s probably best to add some default options for mysqldump by using the site-wide or per-user mysql config files:eg. ~/.my.cnf[mysqldump]
password=
user=
routines=true</description> <content:encoded><![CDATA[<p>Thanks for the blog entry, it is good search-engine bait.</p><p>If you always want to catch routines then it&#8217;s probably best to add some default options for mysqldump by using the site-wide or per-user mysql config files:</p><p>eg. ~/.my.cnf</p><p>[mysqldump]<br
/> password=<br
/> user=<br
/> routines=true</p> ]]></content:encoded> </item> <item><title>By: 3 tips: mysqldump -routines, unique php $_POST keys, mysql group by &#171; William Jiang</title><link>http://www.ducea.com/2007/07/25/dumping-mysql-stored-procedures-functions-and-triggers/comment-page-3/#comment-193181</link> <dc:creator>3 tips: mysqldump -routines, unique php $_POST keys, mysql group by &#171; William Jiang</dc:creator> <pubDate>Wed, 20 Jul 2011 03:51:27 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2007/07/25/dumping-mysql-stored-procedures-functions-and-triggers/#comment-193181</guid> <description>[...] Dumping MySQL Stored Procedures, Functions and Triggers mysqldump will backup by default all the triggers but NOT the stored procedures/functions. There are 2 mysqldump parameters that control this behavior: [...]</description> <content:encoded><![CDATA[<p>[...] Dumping MySQL Stored Procedures, Functions and Triggers mysqldump will backup by default all the triggers but NOT the stored procedures/functions. There are 2 mysqldump parameters that control this behavior: [...]</p> ]]></content:encoded> </item> <item><title>By: Sumiface</title><link>http://www.ducea.com/2007/07/25/dumping-mysql-stored-procedures-functions-and-triggers/comment-page-2/#comment-192998</link> <dc:creator>Sumiface</dc:creator> <pubDate>Mon, 20 Jun 2011 09:52:37 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2007/07/25/dumping-mysql-stored-procedures-functions-and-triggers/#comment-192998</guid> <description>thansk a lot</description> <content:encoded><![CDATA[<p>thansk a lot</p> ]]></content:encoded> </item> <item><title>By: Dinesh B</title><link>http://www.ducea.com/2007/07/25/dumping-mysql-stored-procedures-functions-and-triggers/comment-page-2/#comment-192971</link> <dc:creator>Dinesh B</dc:creator> <pubDate>Fri, 10 Jun 2011 11:32:04 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2007/07/25/dumping-mysql-stored-procedures-functions-and-triggers/#comment-192971</guid> <description>http://dev.mysql.com/doc/refman/5.0/en/show-create-procedure.html</description> <content:encoded><![CDATA[<p><a
href="http://dev.mysql.com/doc/refman/5.0/en/show-create-procedure.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/show-create-procedure.html</a></p> ]]></content:encoded> </item> <item><title>By: Emile Baizel</title><link>http://www.ducea.com/2007/07/25/dumping-mysql-stored-procedures-functions-and-triggers/comment-page-2/#comment-192944</link> <dc:creator>Emile Baizel</dc:creator> <pubDate>Thu, 19 May 2011 17:35:59 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2007/07/25/dumping-mysql-stored-procedures-functions-and-triggers/#comment-192944</guid> <description>thanks for the great tip!  worked like a charm.</description> <content:encoded><![CDATA[<p>thanks for the great tip!  worked like a charm.</p> ]]></content:encoded> </item> <item><title>By: Dumping MySQL Stored Procedures, Functions and Triggers &#171; C S Shyam Sundar&#039;s Thoughtpad</title><link>http://www.ducea.com/2007/07/25/dumping-mysql-stored-procedures-functions-and-triggers/comment-page-2/#comment-192010</link> <dc:creator>Dumping MySQL Stored Procedures, Functions and Triggers &#171; C S Shyam Sundar&#039;s Thoughtpad</dc:creator> <pubDate>Thu, 20 Jan 2011 09:21:08 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2007/07/25/dumping-mysql-stored-procedures-functions-and-triggers/#comment-192010</guid> <description>[...] Link: Dumping MySQL Stored Procedures, Functions and Triggers [...]</description> <content:encoded><![CDATA[<p>[...] Link: Dumping MySQL Stored Procedures, Functions and Triggers [...]</p> ]]></content:encoded> </item> <item><title>By: viktor</title><link>http://www.ducea.com/2007/07/25/dumping-mysql-stored-procedures-functions-and-triggers/comment-page-2/#comment-183378</link> <dc:creator>viktor</dc:creator> <pubDate>Sat, 23 Oct 2010 07:16:58 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2007/07/25/dumping-mysql-stored-procedures-functions-and-triggers/#comment-183378</guid> <description>thansk marius
I have issue in changing or adding users in my lnx control panel so I cannot figure out how adding other users with 777 permissions.
I need to check wir h server owner manual is very poor.thanks again I&#039;ll be back</description> <content:encoded><![CDATA[<p>thansk marius<br
/> I have issue in changing or adding users in my lnx control panel so I cannot figure out how adding other users with 777 permissions.<br
/> I need to check wir h server owner manual is very poor.</p><p>thanks again I&#8217;ll be back</p> ]]></content:encoded> </item> <item><title>By: - Marius -</title><link>http://www.ducea.com/2007/07/25/dumping-mysql-stored-procedures-functions-and-triggers/comment-page-2/#comment-183374</link> <dc:creator>- Marius -</dc:creator> <pubDate>Fri, 22 Oct 2010 16:35:22 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2007/07/25/dumping-mysql-stored-procedures-functions-and-triggers/#comment-183374</guid> <description>@viktor: as I said use /tmp where you should have permissions (-r /tmp/mydbr.sql)</description> <content:encoded><![CDATA[<p>@viktor: as I said use /tmp where you should have permissions (-r /tmp/mydbr.sql)</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Served from: www.ducea.com @ 2012-02-08 19:44:59 by W3 Total Cache -->
