<?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>Vicky's server guides &#187; Mysql</title>
	<atom:link href="http://www.vickysguide.com/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vickysguide.com</link>
	<description>Linux server administration tips and tricks</description>
	<lastBuildDate>Sun, 28 Mar 2010 18:30:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Mytop error &#8220;long&#124;!&#8221;</title>
		<link>http://www.vickysguide.com/mytop-error-long/</link>
		<comments>http://www.vickysguide.com/mytop-error-long/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 23:34:31 +0000</pubDate>
		<dc:creator>vicky</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[mytop]]></category>

		<guid isPermaLink="false">http://www.vickysguide.com/?p=69</guid>
		<description><![CDATA[If you run mytop on RHEL server (or CentOS 5.x) you may get error message saying Error in option spec: &#8220;long&#124;!&#8221; You should edit file /usr/bin/mytop and comment out this line &#8220;long&#124;!&#8221; =&#62; \$config{long_nums}, after that, run mytop and all should work fine. Enjoy!]]></description>
			<content:encoded><![CDATA[<p>If you run mytop on RHEL server (or CentOS 5.x) you may get error message saying</p>
<p>Error in option spec: &#8220;long|!&#8221;</p>
<p>You should edit file /usr/bin/mytop and comment out this line</p>
<p>&#8220;long|!&#8221; =&gt; \$config{long_nums},</p>
<p>after that, run mytop and all should work fine.</p>
<p>Enjoy! <img src='http://www.vickysguide.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.vickysguide.com/mytop-error-long/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display mysql root password on Ensim server</title>
		<link>http://www.vickysguide.com/display-mysql-root-password-on-ensim-server/</link>
		<comments>http://www.vickysguide.com/display-mysql-root-password-on-ensim-server/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 14:14:26 +0000</pubDate>
		<dc:creator>vicky</dc:creator>
				<category><![CDATA[Ensim]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[mysql password]]></category>
		<category><![CDATA[mysql root]]></category>
		<category><![CDATA[password change]]></category>

		<guid isPermaLink="false">http://www.vickysguide.com/?p=25</guid>
		<description><![CDATA[Ever wondered how to find out your mysql root password? Well, on Ensim server it is easy to find out. ensim-python -c &#8220;import sys;sys.path.append(\&#8221;/usr/lib/opcenter/mysql\&#8221;);import mysqlbe;print mysqlbe.read_mysqlpass()&#8221; It it one line command. Execute it from shell logged in as root. Works well]]></description>
			<content:encoded><![CDATA[<p>Ever wondered how to find out your mysql root password? Well, on Ensim server it is easy to find out.</p>
<p><span style="font-family: Courier New;">ensim-python -c &#8220;import sys;sys.path.append<span style="font-family: Courier New;">(\&#8221;/usr/lib/opcenter/mysql\&#8221;);import mysqlbe;print mysqlbe.read_mysqlpass()&#8221;</span></span></p>
<p>It it one line command. Execute it from shell logged in as root. Works well <img src='http://www.vickysguide.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.vickysguide.com/display-mysql-root-password-on-ensim-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Import and Export MySQL database</title>
		<link>http://www.vickysguide.com/import-and-export-mysql-database/</link>
		<comments>http://www.vickysguide.com/import-and-export-mysql-database/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 15:32:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://www.vickysguide.com/import-and-export-mysql-database/</guid>
		<description><![CDATA[This tutorial section deals with mysqldump which is a tool to import and export MySQL databases. It can be used to back up a database or to move database information from one server to another. 1. Export A MySQL Database This example shows you how to export a database. It is a good idea to [...]]]></description>
			<content:encoded><![CDATA[<p><font face="verdana, Arial, Helvetica"><font face="verdana, Arial, Helvetica">This tutorial section deals with mysqldump which is a tool to import and export MySQL databases.</font></font></p>
<p><font face="verdana, Arial, Helvetica"><font face="verdana, Arial, Helvetica">It can be used to back up a database or to move database information from one server to another.</font></font></p>
<p><span id="more-9"></span></p>
<p><font face="verdana, Arial, Helvetica"><font face="verdana, Arial, Helvetica"><strong>1. Export A MySQL Database</strong></font></font></p>
<p><font face="verdana, Arial, Helvetica"><font face="verdana, Arial, Helvetica">This example shows you how to export a database. It is a good idea to export your data often as a backup.</font></font></p>
<p><font size="1"><font color="#008000"># mysqldump -u </font><font color="#ff0000">username</font><font color="#008000"> -p</font><font color="#ff0000">password</font><font color="#008000"> </font><font color="#ff0000">database_name</font><font color="#008000"> &gt; FILE.sql </font></font></p>
<p><font face="verdana, Arial, Helvetica"><font face="verdana, Arial, Helvetica">Replace <font color="#ff0000">username</font>, <font color="#ff0000">password</font> and <font color="#ff0000">database_name</font> with your MySQL username, password and database name.</font></font></p>
<p><font face="verdana, Arial, Helvetica"><font face="verdana, Arial, Helvetica">File FILE.sql now holds a backup of your database, download it to your computer.</font></font></p>
<p><font face="verdana, Arial, Helvetica"><font face="verdana, Arial, Helvetica"><strong>2. Import A MySQL Database</strong></font></font></p>
<p><font face="verdana, Arial, Helvetica"><font face="verdana, Arial, Helvetica">Here, we import a database. Use this to restore data from a backup or to import from another MySQL server.</font></font></p>
<p><font face="verdana, Arial, Helvetica"><font face="verdana, Arial, Helvetica">Start by uploading the FILE.sql file to the server where you will be running this command.</font></font></p>
<p><font face="verdana, Arial, Helvetica"><font face="verdana, Arial, Helvetica"><font size="1"><font color="#008000"># mysql -u </font><font color="#ff0000">username</font><font color="#008000"> -p</font><font color="#ff0000">password</font><font color="#008000"> </font><font color="#ff0000">database_name</font><font color="#008000"> &lt; FILE.sql </font></font> </font></font></p>
<p><font face="verdana, Arial, Helvetica"><font face="verdana, Arial, Helvetica">Replace the parts in red with your own information.</font></font></p>
<p><font face="verdana, Arial, Helvetica"><font face="verdana, Arial, Helvetica">This powerful, easy to use command has many uses. Let&#8217;s say you wanted to switch web hosting providers.</font></font></p>
<p><font face="verdana, Arial, Helvetica"><font face="verdana, Arial, Helvetica">Simply export your data on the old provider&#8217;s server and import it on your account with the new host. </font></font></p>
<p><font face="Verdana">This how-to was copied from clockwatchers.com, thanks!</font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vickysguide.com/import-and-export-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
