<?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: 'How to Back Up and Restore a MySQL Database'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 05:30:17 GMT</pubDate>
<item>
<title>Affix said on 12/19/10</title>
<link>http://snipplr.com/view/45740/how-to-back-up-and-restore-a-mysql-database/</link>
<description><![CDATA[ Using -p[pass] is a pretty bad idea. This will log the password to .bash_history

instead just use the -p switch and mySQL will prompt you for the password of the user. That way it won't be logged to the bash_history file ]]></description>
<pubDate>Sun, 19 Dec 2010 19:04:05 GMT</pubDate>
<guid>http://snipplr.com/view/45740/how-to-back-up-and-restore-a-mysql-database/</guid>
</item>
</channel>
</rss>