<?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: MySQL plug-in 1.1 for Oracle 10g Grid Control</title>
	<atom:link href="http://www.pythian.com/news/1072/mysql-plug-in-11-for-oracle-10g-grid-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythian.com/news/1072/mysql-plug-in-11-for-oracle-10g-grid-control/</link>
	<description>News and views from Pythian DBAs</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:01:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: jd</title>
		<link>http://www.pythian.com/news/1072/mysql-plug-in-11-for-oracle-10g-grid-control/#comment-454307</link>
		<dc:creator>jd</dc:creator>
		<pubDate>Fri, 20 Aug 2010 19:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/1072/mysql-plug-in-11-for-oracle-10g-grid-control#comment-454307</guid>
		<description>looks good. thanks for the work.  

When you get back to this, working on a way to monitor the slave status would be cool.  Probably some would like to compare lag to some number but I&#039;d be happy with a binary: yes, it&#039;s working or no, one of the slave threads is down.  

anyway, thanks for the work.

jd</description>
		<content:encoded><![CDATA[<p>looks good. thanks for the work.  </p>
<p>When you get back to this, working on a way to monitor the slave status would be cool.  Probably some would like to compare lag to some number but I&#8217;d be happy with a binary: yes, it&#8217;s working or no, one of the slave threads is down.  </p>
<p>anyway, thanks for the work.</p>
<p>jd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Gorbachev</title>
		<link>http://www.pythian.com/news/1072/mysql-plug-in-11-for-oracle-10g-grid-control/#comment-453849</link>
		<dc:creator>Alex Gorbachev</dc:creator>
		<pubDate>Wed, 18 Aug 2010 20:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/1072/mysql-plug-in-11-for-oracle-10g-grid-control#comment-453849</guid>
		<description>leo5511, I can&#039;t read Spanish. Sorry.</description>
		<content:encoded><![CDATA[<p>leo5511, I can&#8217;t read Spanish. Sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Gorbachev</title>
		<link>http://www.pythian.com/news/1072/mysql-plug-in-11-for-oracle-10g-grid-control/#comment-453847</link>
		<dc:creator>Alex Gorbachev</dc:creator>
		<pubDate>Wed, 18 Aug 2010 20:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/1072/mysql-plug-in-11-for-oracle-10g-grid-control#comment-453847</guid>
		<description>Thanks Hugo.
I had to fix few issues there as well. Can you please reference the lines in the code to be sure it&#039;s the right place? Also, any references on why it was wrong and possibly link to what you use as a reference for the MySQL protocol.</description>
		<content:encoded><![CDATA[<p>Thanks Hugo.<br />
I had to fix few issues there as well. Can you please reference the lines in the code to be sure it&#8217;s the right place? Also, any references on why it was wrong and possibly link to what you use as a reference for the MySQL protocol.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo</title>
		<link>http://www.pythian.com/news/1072/mysql-plug-in-11-for-oracle-10g-grid-control/#comment-453827</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Wed, 18 Aug 2010 17:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/1072/mysql-plug-in-11-for-oracle-10g-grid-control#comment-453827</guid>
		<description>Alex.

I made some changes in Net::MySQL file. The plugin is now working with mysql 4.1.7. The problem was an offset given in the procedure (sub) _get_column_name

original code:

$self-&gt;{position} += 9;

change code:

$self-&gt;{position} += 5;

regards.

HSR</description>
		<content:encoded><![CDATA[<p>Alex.</p>
<p>I made some changes in Net::MySQL file. The plugin is now working with mysql 4.1.7. The problem was an offset given in the procedure (sub) _get_column_name</p>
<p>original code:</p>
<p>$self-&gt;{position} += 9;</p>
<p>change code:</p>
<p>$self-&gt;{position} += 5;</p>
<p>regards.</p>
<p>HSR</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo</title>
		<link>http://www.pythian.com/news/1072/mysql-plug-in-11-for-oracle-10g-grid-control/#comment-452341</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Thu, 12 Aug 2010 19:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/1072/mysql-plug-in-11-for-oracle-10g-grid-control#comment-452341</guid>
		<description>Hi Annie.

I&#039;m facing the same problem as you.

Do you find any solution for it?

Our mysql version is:

mysql --version
mysql  Ver 14.7 Distrib 4.1.7, for Win95/Win98 (i32)

Regards. HSR</description>
		<content:encoded><![CDATA[<p>Hi Annie.</p>
<p>I&#8217;m facing the same problem as you.</p>
<p>Do you find any solution for it?</p>
<p>Our mysql version is:</p>
<p>mysql &#8211;version<br />
mysql  Ver 14.7 Distrib 4.1.7, for Win95/Win98 (i32)</p>
<p>Regards. HSR</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leo5511</title>
		<link>http://www.pythian.com/news/1072/mysql-plug-in-11-for-oracle-10g-grid-control/#comment-449071</link>
		<dc:creator>leo5511</dc:creator>
		<pubDate>Mon, 02 Aug 2010 22:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/1072/mysql-plug-in-11-for-oracle-10g-grid-control#comment-449071</guid>
		<description>hola alex, soy nueva en este tema pero ya he implementado el plugin 1.1.1 con exito, puedo ver ya el servidor mysql pero en la pestaña de reports al ver informes me sale la opcion de comamds and executions ingreso a esta pero solo me sale el grafico current executions celeste y a lado un cuadro del mismo color que dice others.
el grafico de historial tambien solo presenta un solo color, mi pregunta es que debo hacer para que me salga todo lo que se realiza select, insert, begin, update, etcetera, tal como se muestra en el grafico de esta pagina. espero que me puedas ayudar con esto.</description>
		<content:encoded><![CDATA[<p>hola alex, soy nueva en este tema pero ya he implementado el plugin 1.1.1 con exito, puedo ver ya el servidor mysql pero en la pestaña de reports al ver informes me sale la opcion de comamds and executions ingreso a esta pero solo me sale el grafico current executions celeste y a lado un cuadro del mismo color que dice others.<br />
el grafico de historial tambien solo presenta un solo color, mi pregunta es que debo hacer para que me salga todo lo que se realiza select, insert, begin, update, etcetera, tal como se muestra en el grafico de esta pagina. espero que me puedas ayudar con esto.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Gorbachev</title>
		<link>http://www.pythian.com/news/1072/mysql-plug-in-11-for-oracle-10g-grid-control/#comment-391433</link>
		<dc:creator>Alex Gorbachev</dc:creator>
		<pubDate>Tue, 08 Dec 2009 20:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/1072/mysql-plug-in-11-for-oracle-10g-grid-control#comment-391433</guid>
		<description>@Robin: Unlike Oracle, MySQL login is a pair of username itself and client machine (IP/alias/pattern).

You could create user ‘oraagt’@&#039;rnd20.jeffco.k12.co.us’ (preferred) or ‘oraagt’@&#039;%’ that would work for any client host.</description>
		<content:encoded><![CDATA[<p>@Robin: Unlike Oracle, MySQL login is a pair of username itself and client machine (IP/alias/pattern).</p>
<p>You could create user ‘oraagt’@&#8217;rnd20.jeffco.k12.co.us’ (preferred) or ‘oraagt’@&#8217;%’ that would work for any client host.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin Anderson</title>
		<link>http://www.pythian.com/news/1072/mysql-plug-in-11-for-oracle-10g-grid-control/#comment-389745</link>
		<dc:creator>Robin Anderson</dc:creator>
		<pubDate>Wed, 02 Dec 2009 21:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/1072/mysql-plug-in-11-for-oracle-10g-grid-control#comment-389745</guid>
		<description>Alex,
One more thing...our version of MySQL is:
Server version: 5.0.51a-3ubuntu5.4-log (Ubuntu)

Robin</description>
		<content:encoded><![CDATA[<p>Alex,<br />
One more thing&#8230;our version of MySQL is:<br />
Server version: 5.0.51a-3ubuntu5.4-log (Ubuntu)</p>
<p>Robin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin Anderson</title>
		<link>http://www.pythian.com/news/1072/mysql-plug-in-11-for-oracle-10g-grid-control/#comment-389743</link>
		<dc:creator>Robin Anderson</dc:creator>
		<pubDate>Wed, 02 Dec 2009 21:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/1072/mysql-plug-in-11-for-oracle-10g-grid-control#comment-389743</guid>
		<description>Alex,
I installed the plug-in in our 10.2.0.5 OMS and successfully deployed it to 2 oracle agents (both running 10.2.0.5).  One agent is on AIX 5.3 and the other is on OEL 5.

However, the metric collection for a remote mysql server fails and I don&#039;t know how to test this from the command line.

I entered the following information when adding the mysql server to the agent:
target: devlamp1
hostname: devlamp1.jeffco.k12.co.us (also tried ip address)
database user: oraagt (created this user in the mysql database with SUPER priv)
database user password: xxxxx

The metric collection error is:
Target  devlamp1 
Type  MySQL Server 
Metric  Response 
Collection Timestamp  Dec 2, 2009 2:11:41 PM 
Error Type  Collection Failure 
Message  em_error=#28000Access denied for user &#039;oraagt&#039;@&#039;rnd20.jeffco.k12.co.us&#039; (using password: YES) at /lvexe/oracle/product/10.2.0/agent10g/sysman/admin/scripts/emx/mysql/mysql_oem.pm line 45 

The &#039;rnd20&#039; server is the server running the oracle agent.

Any help would be greatly appreciated.

Thanks.</description>
		<content:encoded><![CDATA[<p>Alex,<br />
I installed the plug-in in our 10.2.0.5 OMS and successfully deployed it to 2 oracle agents (both running 10.2.0.5).  One agent is on AIX 5.3 and the other is on OEL 5.</p>
<p>However, the metric collection for a remote mysql server fails and I don&#8217;t know how to test this from the command line.</p>
<p>I entered the following information when adding the mysql server to the agent:<br />
target: devlamp1<br />
hostname: devlamp1.jeffco.k12.co.us (also tried ip address)<br />
database user: oraagt (created this user in the mysql database with SUPER priv)<br />
database user password: xxxxx</p>
<p>The metric collection error is:<br />
Target  devlamp1<br />
Type  MySQL Server<br />
Metric  Response<br />
Collection Timestamp  Dec 2, 2009 2:11:41 PM<br />
Error Type  Collection Failure<br />
Message  em_error=#28000Access denied for user &#8216;oraagt&#8217;@'rnd20.jeffco.k12.co.us&#8217; (using password: YES) at /lvexe/oracle/product/10.2.0/agent10g/sysman/admin/scripts/emx/mysql/mysql_oem.pm line 45 </p>
<p>The &#8216;rnd20&#8242; server is the server running the oracle agent.</p>
<p>Any help would be greatly appreciated.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Danilson</title>
		<link>http://www.pythian.com/news/1072/mysql-plug-in-11-for-oracle-10g-grid-control/#comment-376060</link>
		<dc:creator>John Danilson</dc:creator>
		<pubDate>Mon, 21 Sep 2009 18:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/1072/mysql-plug-in-11-for-oracle-10g-grid-control#comment-376060</guid>
		<description>Alex,  we are very interested in deploying this plug in but it appears the download file from pythian is broken.  We&#039;ve tried multiple times to download an in all cases the resulting zip file seems corrupt or zero length.  Any help would be appreciated.  Feel free to contact me for the download link if you want to test it out.</description>
		<content:encoded><![CDATA[<p>Alex,  we are very interested in deploying this plug in but it appears the download file from pythian is broken.  We&#8217;ve tried multiple times to download an in all cases the resulting zip file seems corrupt or zero length.  Any help would be appreciated.  Feel free to contact me for the download link if you want to test it out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

