<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>roobuilder.com &#187; MYSQL</title>
	<atom:link href="http://roobuilder.com/index.php/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://roobuilder.com</link>
	<description>web Hosting Blog</description>
	<lastBuildDate>Thu, 02 Feb 2012 20:12:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mysql Dump Timer-MySQL database</title>
		<link>http://roobuilder.com/index.php/mysql-dump-timer-mysql-database/</link>
		<comments>http://roobuilder.com/index.php/mysql-dump-timer-mysql-database/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 10:08:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MYSQL]]></category>

		<guid isPermaLink="false">http://roobuilder.com/?p=6</guid>
		<description><![CDATA[Mysqldump program is used to dump the contents of a MySQL database and allow the transfer of a MySQL database and MySQL tables between different MySQL servers. The SQL statements can be redirected to a file though you should be sure that there is no activity going on while you do. Firewalls will not block [...]]]></description>
			<content:encoded><![CDATA[<p>Mysqldump program is used to dump the contents of a MySQL database and allow the transfer of a MySQL database and MySQL tables between different MySQL servers. The SQL statements <a href='http://atlantic-drugs.net/products/viagra.htm'>can</a> be redirected to a file though you should be sure that there is no activity going on while you do. Firewalls will not block the access to the MySQL database,  A small PHP script which has to be copied to the webserver encapsulates and encrypts the access to the MySQL database.</p>
<p>The mysqldump program supports the following options;</p>
<p>-#, –debug=[options] Output debug information to log. Generally ‘d:t:o,filename`. See Appendix C for further details.<br />
-?, –help Display usage information and exit.<br />
-c, –compleat-insert Generate complete insert statements. (Don’t exclude values that conform to the column default.)<br />
-h, –host=[hostname] Connect to hostname.<br />
-d, –no-data Export only schema information. (Exclude data.)<br />
-t, –no-create-info Export only data, exclude table creation information. (The opposite of -d.)<br />
-p, –password=[password] The password to use when connecting to the web server. Note there can be no space between the -p and the password.<br />
-q, –quick Don’t buffer query results, dump directly to STDOUT.<br />
-u, –user=[username] Username for login. mysqldump will assume you wish to use your current login name if this option is excluded from the command line.<br />
-v, –verbose Print verbose information about the various execution stages of mysqldump.<br />
-P, –port=[port] The port to use when connecting to<br />
-V, –version Output mysqldump version information and exit.</p>
<p>It also enable you to pipe the output of mysqldump to the MySQL client program to replicate a database but you should make sure-no updates are taking place while you’re doing this.</p>
<p>EXAMPLE:<br />
mysqladmin create foo<br />
mysqldump mysql | mysql foo</p>
]]></content:encoded>
			<wfw:commentRss>http://roobuilder.com/index.php/mysql-dump-timer-mysql-database/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

