<?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>Simply Dhavest - Filipino PHP Programmer &#187; mysql</title>
	<atom:link href="http://www.dhavest.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dhavest.com</link>
	<description>Journal of a Filipino Programmer</description>
	<lastBuildDate>Fri, 29 Jan 2010 14:23:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Getting Mysql version on Linux OS</title>
		<link>http://www.dhavest.com/2007/10/19/getting-mysql-version-on-linux-os/</link>
		<comments>http://www.dhavest.com/2007/10/19/getting-mysql-version-on-linux-os/#comments</comments>
		<pubDate>Fri, 19 Oct 2007 02:53:39 +0000</pubDate>
		<dc:creator>conai</dc:creator>
				<category><![CDATA[Linux Tidbits]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.dhavest.com/2007/10/19/getting-mysql-version-on-linux-os/</guid>
		<description><![CDATA[Question: How can I determine the linux version installed in a Linux OS
Answer: To determine your Mysql version, we will be using the mysql command with the -V (capitalize) option.
[darwin@myserver]$ mysql -V
mysql  Ver 14.7 Distrib 4.1.20, for pc-linux-gnu (i686) using  EditLine wrapper
Your mysql version here is 4.1.2.0.

]]></description>
			<content:encoded><![CDATA[<p>Question: How can I determine the linux version installed in a Linux OS</p>
<p>Answer: To determine your Mysql version, we will be using the mysql command with the -V (capitalize) option.</p>
<pre>[darwin@myserver]$ mysql -V
mysql  Ver 14.7 Distrib 4.1.20, for pc-linux-gnu (i686) using  EditLine wrapper</pre>
<p>Your mysql version here is 4.1.2.0.</p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhavest.com/2007/10/19/getting-mysql-version-on-linux-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
