<?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 agrees: Getting XML from a DB is easiest with my lib ;)</title>
	<atom:link href="http://www.jasny.net/articles/my-xml-udf-lib-for-mysql-is-mentioned-on-mysqlcom/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasny.net/articles/my-xml-udf-lib-for-mysql-is-mentioned-on-mysqlcom/</link>
	<description>Helping you out with PHP &#38; MySQL</description>
	<lastBuildDate>Wed, 25 Jan 2012 21:57:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Arnold Daniels</title>
		<link>http://www.jasny.net/articles/my-xml-udf-lib-for-mysql-is-mentioned-on-mysqlcom/comment-page-1/#comment-313016</link>
		<dc:creator>Arnold Daniels</dc:creator>
		<pubDate>Thu, 18 Nov 2010 16:11:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=66#comment-313016</guid>
		<description>&lt;b&gt;&lt;em&gt;Nate&lt;/em&gt;&lt;/b&gt; (Un)fortunately I&#039;m not a Windows user my self, so I don&#039;t know anything about it. The DLL was provided by a contributor. I do know that this DLL isn&#039;t working with 64bit windows.

Probably the best this is to build it yourself:
http://rpbouman.blogspot.com/2007/09/creating-mysql-udfs-with-microsoft.html

&lt;b&gt;We&#039;re looking for a contributor that knows his way around Windows to build all the UDFs.&lt;/b&gt; Nate, if your up to it, please let me know.</description>
		<content:encoded><![CDATA[<p><b><em>Nate</em></b> (Un)fortunately I&#8217;m not a Windows user my self, so I don&#8217;t know anything about it. The DLL was provided by a contributor. I do know that this DLL isn&#8217;t working with 64bit windows.</p>
<p>Probably the best this is to build it yourself:<br />
<a href="http://rpbouman.blogspot.com/2007/09/creating-mysql-udfs-with-microsoft.html" rel="nofollow">http://rpbouman.blogspot.com/2007/09/creating-mysql-udfs-with-microsoft.html</a></p>
<p><b>We&#8217;re looking for a contributor that knows his way around Windows to build all the UDFs.</b> Nate, if your up to it, please let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://www.jasny.net/articles/my-xml-udf-lib-for-mysql-is-mentioned-on-mysqlcom/comment-page-1/#comment-312595</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Wed, 17 Nov 2010 23:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=66#comment-312595</guid>
		<description>I tried placing the DLL mentioned in my plugin directory, as specified by :

mysql&gt; show variables like &#039;%plug%&#039;;
+---------------+------------------------------------------+
&#124; Variable_name &#124; Value                                    &#124;
+---------------+------------------------------------------+
&#124; plugin_dir    &#124; C:\Program Files\MySQL\MySQL Server 5.1\ &#124;
+---------------+------------------------------------------+
1 row in set (0.00 sec)

However, I still get the error ERROR 1126 (HY000): Can&#039;t open shared library &#039;lib_mysqludf_xql.dll&#039; (errno: 2 )

I have Visual C++ Express installed as well as the windows SDK.  I&#039;m using Windows 7 and mysql 5.1.52-community.  Any help would be greatly appreciated as I&#039;m completely stuck.

Thanks!</description>
		<content:encoded><![CDATA[<p>I tried placing the DLL mentioned in my plugin directory, as specified by :</p>
<p>mysql&gt; show variables like &#8216;%plug%&#8217;;<br />
+&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
| Variable_name | Value                                    |<br />
+&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
| plugin_dir    | C:\Program Files\MySQL\MySQL Server 5.1\ |<br />
+&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
1 row in set (0.00 sec)</p>
<p>However, I still get the error ERROR 1126 (HY000): Can&#8217;t open shared library &#8216;lib_mysqludf_xql.dll&#8217; (errno: 2 )</p>
<p>I have Visual C++ Express installed as well as the windows SDK.  I&#8217;m using Windows 7 and mysql 5.1.52-community.  Any help would be greatly appreciated as I&#8217;m completely stuck.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sidh</title>
		<link>http://www.jasny.net/articles/my-xml-udf-lib-for-mysql-is-mentioned-on-mysqlcom/comment-page-1/#comment-209265</link>
		<dc:creator>Sidh</dc:creator>
		<pubDate>Tue, 20 Oct 2009 18:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=66#comment-209265</guid>
		<description>Create index.php in your document-root directory with this minimal content:

php-start-tag

$u = &quot;mysql-read-only-user&quot;;
$p = &quot;mysql-read-only-user-password&quot;;
$db = &quot;database-name&quot;;
$S = &quot;path-of-mysql-socket-file&quot;

$query = stripslashes($_GET[&quot;q&quot;]);
if (!$query) {
exit(&quot;NO SQL - Please provide ?q=the-sql-statement in the url&quot;);
}

$cmd = &quot;mysql -u$u -p$p -S$S $db --xml -e &#039;$query&#039;&quot;;
$output = passthru(&quot;$cmd&quot;, $stat);

if ($stat != 0) {
        header(&quot;HTTP/1.1 500 Internal Server Error&quot;);
        exit(&quot;ERROR 500 - Can not process &#039;$query&#039;&quot;);
}


php-end-tag</description>
		<content:encoded><![CDATA[<p>Create index.php in your document-root directory with this minimal content:</p>
<p>php-start-tag</p>
<p>$u = &#8220;mysql-read-only-user&#8221;;<br />
$p = &#8220;mysql-read-only-user-password&#8221;;<br />
$db = &#8220;database-name&#8221;;<br />
$S = &#8220;path-of-mysql-socket-file&#8221;</p>
<p>$query = stripslashes($_GET["q"]);<br />
if (!$query) {<br />
exit(&#8220;NO SQL &#8211; Please provide ?q=the-sql-statement in the url&#8221;);<br />
}</p>
<p>$cmd = &#8220;mysql -u$u -p$p -S$S $db &#8211;xml -e &#8216;$query&#8217;&#8221;;<br />
$output = passthru(&#8220;$cmd&#8221;, $stat);</p>
<p>if ($stat != 0) {<br />
        header(&#8220;HTTP/1.1 500 Internal Server Error&#8221;);<br />
        exit(&#8220;ERROR 500 &#8211; Can not process &#8216;$query&#8217;&#8221;);<br />
}</p>
<p>php-end-tag</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sidh</title>
		<link>http://www.jasny.net/articles/my-xml-udf-lib-for-mysql-is-mentioned-on-mysqlcom/comment-page-1/#comment-209262</link>
		<dc:creator>Sidh</dc:creator>
		<pubDate>Tue, 20 Oct 2009 18:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=66#comment-209262</guid>
		<description>Here is my mysql-to-xml over http sample script:

Create index.php in your document-root directory with this minimal content:



And hit url in browser like below examples:
http://url/?q=selct now()
http://url/?q=select * from table-name limit 2
http://url/?show tables

This script is just a small sample using which we can easily query mysql over HTTP and the output as xml. Further to this we can extend this sample script to handle json output and even RESTful operations

Need your suggestion of using this style.</description>
		<content:encoded><![CDATA[<p>Here is my mysql-to-xml over http sample script:</p>
<p>Create index.php in your document-root directory with this minimal content:</p>
<p>And hit url in browser like below examples:<br />
<a href="http://url/?q=selct" rel="nofollow">http://url/?q=selct</a> now()<br />
<a href="http://url/?q=select" rel="nofollow">http://url/?q=select</a> * from table-name limit 2<br />
<a href="http://url/?show" rel="nofollow">http://url/?show</a> tables</p>
<p>This script is just a small sample using which we can easily query mysql over HTTP and the output as xml. Further to this we can extend this sample script to handle json output and even RESTful operations</p>
<p>Need your suggestion of using this style.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnold Daniels</title>
		<link>http://www.jasny.net/articles/my-xml-udf-lib-for-mysql-is-mentioned-on-mysqlcom/comment-page-1/#comment-132039</link>
		<dc:creator>Arnold Daniels</dc:creator>
		<pubDate>Fri, 20 Mar 2009 10:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=66#comment-132039</guid>
		<description>Hi indhu,

There is a DLL available for windows at http://mysqludf.com/lib_mysqludf_xql. Simply download that and put it into the plugin directory.</description>
		<content:encoded><![CDATA[<p>Hi indhu,</p>
<p>There is a DLL available for windows at <a href="http://mysqludf.com/lib_mysqludf_xql" rel="nofollow">http://mysqludf.com/lib_mysqludf_xql</a>. Simply download that and put it into the plugin directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: indhu</title>
		<link>http://www.jasny.net/articles/my-xml-udf-lib-for-mysql-is-mentioned-on-mysqlcom/comment-page-1/#comment-131954</link>
		<dc:creator>indhu</dc:creator>
		<pubDate>Fri, 20 Mar 2009 06:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=66#comment-131954</guid>
		<description>How do i use it with windows.Please help!!!!! It&#039;s very urgent
!!!!</description>
		<content:encoded><![CDATA[<p>How do i use it with windows.Please help!!!!! It&#8217;s very urgent<br />
!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sathya</title>
		<link>http://www.jasny.net/articles/my-xml-udf-lib-for-mysql-is-mentioned-on-mysqlcom/comment-page-1/#comment-69322</link>
		<dc:creator>Sathya</dc:creator>
		<pubDate>Mon, 27 Oct 2008 12:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=66#comment-69322</guid>
		<description>Where can I get the Windows version of this lib. thank you.</description>
		<content:encoded><![CDATA[<p>Where can I get the Windows version of this lib. thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitch</title>
		<link>http://www.jasny.net/articles/my-xml-udf-lib-for-mysql-is-mentioned-on-mysqlcom/comment-page-1/#comment-35629</link>
		<dc:creator>Mitch</dc:creator>
		<pubDate>Mon, 14 Jul 2008 16:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=66#comment-35629</guid>
		<description>Super great tip.
I was just trying to figure out the best way to do xml extract  :)

Cheers,

Mitch
&lt;a title=&quot;
&quot; href=&quot;http://he.polishcitizenship.org/&quot;&gt;אזרחות פולנית&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Super great tip.<br />
I was just trying to figure out the best way to do xml extract  <img src='http://www.jasny.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers,</p>
<p>Mitch<br />
<a title="<br />
" href="http://he.polishcitizenship.org/">אזרחות פולנית</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnold Daniels</title>
		<link>http://www.jasny.net/articles/my-xml-udf-lib-for-mysql-is-mentioned-on-mysqlcom/comment-page-1/#comment-20521</link>
		<dc:creator>Arnold Daniels</dc:creator>
		<pubDate>Thu, 27 Mar 2008 16:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=66#comment-20521</guid>
		<description>Please ask these questions on the mailing list, not my blog.

You should run: show variables like &#039;plugin_dir&#039;;

If that doesn&#039;t give any value do:
  ./configure --prefix=/usr
  make &amp;&amp; make install &amp;&amp; make installdb
else do
  ./configure --with-mysql=/usr/bin/mysql_config --with-libxml2=/usr --libdir=[PREFIX_DIR]

Or you can just copy the lib to the correct path.

MySQL isn&#039;t looking for libs in /usr/local/lib.

Good luck</description>
		<content:encoded><![CDATA[<p>Please ask these questions on the mailing list, not my blog.</p>
<p>You should run: show variables like &#8216;plugin_dir&#8217;;</p>
<p>If that doesn&#8217;t give any value do:<br />
  ./configure &#8211;prefix=/usr<br />
  make &#038;&#038; make install &#038;&#038; make installdb<br />
else do<br />
  ./configure &#8211;with-mysql=/usr/bin/mysql_config &#8211;with-libxml2=/usr &#8211;libdir=[PREFIX_DIR]</p>
<p>Or you can just copy the lib to the correct path.</p>
<p>MySQL isn&#8217;t looking for libs in /usr/local/lib.</p>
<p>Good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gal</title>
		<link>http://www.jasny.net/articles/my-xml-udf-lib-for-mysql-is-mentioned-on-mysqlcom/comment-page-1/#comment-20518</link>
		<dc:creator>Gal</dc:creator>
		<pubDate>Thu, 27 Mar 2008 15:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=66#comment-20518</guid>
		<description>(please remove last comments)
mysql -u root (less then) installdb.sql
i get 
ERROR 1126 (HY000) at line 15: Can&#039;t open shared library &#039;lib_mysqludf_xql.so&#039; (errno: 22 lib_mysqludf_xql.so: cannot open shared object file: No such file or directory)
Any thoughts?
thanks a bunch
Gal</description>
		<content:encoded><![CDATA[<p>(please remove last comments)<br />
mysql -u root (less then) installdb.sql<br />
i get<br />
ERROR 1126 (HY000) at line 15: Can&#8217;t open shared library &#8216;lib_mysqludf_xql.so&#8217; (errno: 22 lib_mysqludf_xql.so: cannot open shared object file: No such file or directory)<br />
Any thoughts?<br />
thanks a bunch<br />
Gal</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
