<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to Check MySQL Version on Command Line</title>
	<atom:link href="http://www.redbridgenet.com/quickies/how-to-check-mysql-version-on-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redbridgenet.com/how-to/how-to-check-mysql-version-on-command-line/</link>
	<description>Professional WordPress and WordPress Plugin Developers in the San Francisco Bay Area</description>
	<lastBuildDate>Sat, 04 Feb 2012 18:44:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Omid</title>
		<link>http://www.redbridgenet.com/how-to/how-to-check-mysql-version-on-command-line/comment-page-1/#comment-173</link>
		<dc:creator>Omid</dc:creator>
		<pubDate>Mon, 10 May 2010 16:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.kliky.net/howto/how-to-check-mysql-version-on-command-line/#comment-173</guid>
		<description>That&#039;s not entirely correct.

&quot;mysql -version&quot; or &quot;mysql -V&quot; show the version of the MySQL CLIENT and NOT the SERVER.

To see the server version, after you have logged in to the MySQL, you can run the following SQL:
SHOW VARIABLES LIKE &quot;%version%&quot;;</description>
		<content:encoded><![CDATA[<p>That&#8217;s not entirely correct.</p>
<p>&#8220;mysql -version&#8221; or &#8220;mysql -V&#8221; show the version of the MySQL CLIENT and NOT the SERVER.</p>
<p>To see the server version, after you have logged in to the MySQL, you can run the following SQL:<br />
SHOW VARIABLES LIKE &#8220;%version%&#8221;;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

