<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'MySQL dump/export command'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Fri, 09 Jan 2009 08:56:36 GMT</pubDate>
<item>
<title>cori said on 10/1/07</title>
<link>http://snipplr.com/view/1087/mysql-dumpexport-command/</link>
<description><![CDATA[ <p>don't, don't, don't type your password on the command line like this.  A better snippet would be:</p>

<p>mysqldump -u USER -p DATABASE > filename.sql</p>

<p>this way mysql will ask you for your password interactively.  If you do what the original snippet says, your password will appear in plain text in your history file.  If you provide it interactively it will never show up in a log.</p>
 ]]></description>
<pubDate>Mon, 01 Oct 2007 17:40:45 GMT</pubDate>
<guid>http://snipplr.com/view/1087/mysql-dumpexport-command/</guid>
</item>
</channel>
</rss>