<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.7" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: How to Check MySQL Version on Command Line</title>
	<link>http://www.kliky.net/quickies/how-to-check-mysql-version-on-command-line/</link>
	<description>Web Development and Internet Traffic Matters</description>
	<pubDate>Mon, 06 Sep 2010 21:46:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.7</generator>

	<item>
		<title>by: Omid</title>
		<link>http://www.kliky.net/quickies/how-to-check-mysql-version-on-command-line/#comment-73251</link>
		<pubDate>Tue, 11 May 2010 00:15:34 +0000</pubDate>
		<guid>http://www.kliky.net/quickies/how-to-check-mysql-version-on-command-line/#comment-73251</guid>
					<description>That's not entirely correct.

"mysql –version" or "mysql -V" 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 "%version%";</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>
