<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Geeksww Forums - Administration</title>
<description>discuss MySQL server administration related issues here</description><link>http://www.geeksww.com/forums/list.php?10</link><lastBuildDate>Mon, 20 May 2013 05:56:21 +0000</lastBuildDate>
<generator>Phorum 5.2.15a</generator>
<item>
<guid>http://www.geeksww.com/forums/read.php?10,17,18#msg-18</guid>
<title>Re: how to find innodb plugin version in mysql??</title><link>http://www.geeksww.com/forums/read.php?10,17,18#msg-18</link><description><![CDATA[ here is a query that you can use to get detailed info<br /><br /><pre class="bbcode">
 SELECT * FROM Plugins WHERE PLUGIN_NAME LIKE '%innodb%' AND PLUGIN_TYPE LIKE 'STORAGE ENGINE';</pre><br />you can also do the following to get full version no. (or look at the error log where Innodb stores full version no.)<br /><br /><pre class="bbcode">
SELECT @@innodb_version;
</pre>]]></description>
<dc:creator>sherry</dc:creator>
<category>Administration</category><pubDate>Wed, 21 Dec 2011 15:21:37 +0000</pubDate></item>
<item>
<guid>http://www.geeksww.com/forums/read.php?10,17,17#msg-17</guid>
<title>how to find innodb plugin version in mysql??</title><link>http://www.geeksww.com/forums/read.php?10,17,17#msg-17</link><description><![CDATA[ how do I find Innodb Plugin version number in MySQL.]]></description>
<dc:creator>Shay</dc:creator>
<category>Administration</category><pubDate>Wed, 21 Dec 2011 15:00:22 +0000</pubDate></item>
<item>
<guid>http://www.geeksww.com/forums/read.php?10,13,16#msg-16</guid>
<title>Re: mysql error on linux</title><link>http://www.geeksww.com/forums/read.php?10,13,16#msg-16</link><description><![CDATA[ when you use localhost in MySQL parameters list you are automatically connected through the socket file, so an easier way to connect through TCP/IP (ie avoiding socket file) is to connect to the local MySQL server through <i>127.0.0.1</i><br />OR<br />find out what socket file MySQL server is using (ask your sysadmin or hosting company) and connect using that socket file if you have to connect through the socket file (ie. in cases when MySQL server is running with skip-networking enables). I have also seen people solving this problem by creating symlinks to the actual socket file and using the symlink instead.]]></description>
<dc:creator>shahryar</dc:creator>
<category>Administration</category><pubDate>Tue, 04 Jan 2011 13:40:36 +0000</pubDate></item>
<item>
<guid>http://www.geeksww.com/forums/read.php?10,13,13#msg-13</guid>
<title>mysql error on linux</title><link>http://www.geeksww.com/forums/read.php?10,13,13#msg-13</link><description><![CDATA[ getting the following error on linux server, the error is:<br /><br /><br />Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)<br /><br />the line it has pointed out to on page is line where i gave MySQL paramaters ... any help would be appreciated.]]></description>
<dc:creator>Shay</dc:creator>
<category>Administration</category><pubDate>Sun, 02 Jan 2011 22:12:09 +0000</pubDate></item>
</channel>
</rss>