<?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>Digital Journal &#187; MySQL version</title>
	<atom:link href="https://digitaljournal.sg/wp/?feed=rss2&#038;tag=mysql-version" rel="self" type="application/rss+xml" />
	<link>https://digitaljournal.sg/wp</link>
	<description>My Digital Journal</description>
	<lastBuildDate>Mon, 20 Oct 2014 00:32:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Find out MySQL and MsSQL on Windows</title>
		<link>https://digitaljournal.sg/wp/?p=121</link>
		<comments>https://digitaljournal.sg/wp/?p=121#comments</comments>
		<pubDate>Thu, 25 Oct 2012 09:38:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips&Info]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[find out MsSQL version]]></category>
		<category><![CDATA[find out MySQL version]]></category>
		<category><![CDATA[MsSQL version]]></category>
		<category><![CDATA[MySQL version]]></category>

		<guid isPermaLink="false">http://digitaljournal.sg/wp/?p=121</guid>
		<description><![CDATA[This might be helpful in case you are maintaining Windows server and need to find out whether your MsSQL and MySQL is applicable for patches or fixes from vendors, because sometimes Windows not displaying the exact version until application minor number. To check Microsoft SQL/mssql version: SELECT SERVERPROPERTY(&#8216;productversion&#8217;), SERVERPROPERTY (&#8216;productlevel&#8217;), SERVERPROPERTY (&#8216;edition&#8217;) To check mysqld [...]]]></description>
			<content:encoded><![CDATA[<p>This might be helpful in case you are maintaining Windows server and need to find out whether your MsSQL and MySQL is applicable for patches or fixes from vendors, because sometimes Windows not displaying the exact version until application minor number.</p>
<p>To check Microsoft SQL/mssql version:<br />
<strong><em>SELECT SERVERPROPERTY(&#8216;productversion&#8217;), SERVERPROPERTY</em></strong><br />
<strong><em> (&#8216;productlevel&#8217;), SERVERPROPERTY (&#8216;edition&#8217;)</em></strong></p>
<p>To check mysqld server:<br />
<strong>SHOW VARIABLES LIKE &#8220;%version%&#8221;;</strong></p>
]]></content:encoded>
			<wfw:commentRss>https://digitaljournal.sg/wp/?feed=rss2&#038;p=121</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
