<?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"
	>
<channel>
	<title>Comments on: HOWTO: MySQL Connector/C++ on Mac OS X</title>
	<atom:link href="http://www.bytebot.net/blog/archives/2008/08/08/howto-mysql-connectorc-on-mac-os-x/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bytebot.net/blog/archives/2008/08/08/howto-mysql-connectorc-on-mac-os-x</link>
	<description>A permanent record for what's interesting today - this is my live journal</description>
	<pubDate>Fri, 21 Nov 2008 09:27:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: David</title>
		<link>http://www.bytebot.net/blog/archives/2008/08/08/howto-mysql-connectorc-on-mac-os-x#comment-136778</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 07 Nov 2008 02:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytebot.net/blog/?p=927#comment-136778</guid>
		<description>Outstanding. Thanks for including the clue on the default root password error. A practically effortless install. You rock!</description>
		<content:encoded><![CDATA[<p>Outstanding. Thanks for including the clue on the default root password error. A practically effortless install. You rock!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bookmarks about Blank</title>
		<link>http://www.bytebot.net/blog/archives/2008/08/08/howto-mysql-connectorc-on-mac-os-x#comment-136636</link>
		<dc:creator>Bookmarks about Blank</dc:creator>
		<pubDate>Thu, 16 Oct 2008 05:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytebot.net/blog/?p=927#comment-136636</guid>
		<description>[...] - bookmarked by 3 members originally found by KIRBYMASTERXL on 2008-09-24  HOWTO: MySQL Connector/C++ on Mac OS X  http://www.bytebot.net/blog/archives/2008/08/08/howto-mysql-connectorc-on-mac-os-x - bookmarked by [...]</description>
		<content:encoded><![CDATA[<p>[...] - bookmarked by 3 members originally found by KIRBYMASTERXL on 2008-09-24  HOWTO: MySQL Connector/C++ on Mac OS X  <a href="http://www.bytebot.net/blog/archives/2008/08/08/howto-mysql-connectorc-on-mac-os-x" rel="nofollow">http://www.bytebot.net/blog/archives/2008/08/08/howto-mysql-connectorc-on-mac-os-x</a> - bookmarked by [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrey</title>
		<link>http://www.bytebot.net/blog/archives/2008/08/08/howto-mysql-connectorc-on-mac-os-x#comment-135443</link>
		<dc:creator>andrey</dc:creator>
		<pubDate>Fri, 08 Aug 2008 11:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytebot.net/blog/?p=927#comment-135443</guid>
		<description>One more thing. There is test/ directory with a static_test.cpp . When it gets built one can use it to verify whether the Connector has problems. Default values are 127.0.0.1:3306 root/root . If you need other values pass them in the same order to the binary
&#62; ./static_test 192.168.0.100 3305 root pwd

CMake either needs MYSQL_DIR, which is actually for Windows, where there is no mysql_config, or just pass 
-D MYSQL_CONFIG_EXECUTABLE=/path/to/mysql_config

If MYSQL_DIR is there or in the ENV it will be used to find mysql_config.</description>
		<content:encoded><![CDATA[<p>One more thing. There is test/ directory with a static_test.cpp . When it gets built one can use it to verify whether the Connector has problems. Default values are 127.0.0.1:3306 root/root . If you need other values pass them in the same order to the binary<br />
&gt; ./static_test 192.168.0.100 3305 root pwd</p>
<p>CMake either needs MYSQL_DIR, which is actually for Windows, where there is no mysql_config, or just pass<br />
-D MYSQL_CONFIG_EXECUTABLE=/path/to/mysql_config</p>
<p>If MYSQL_DIR is there or in the ENV it will be used to find mysql_config.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrey</title>
		<link>http://www.bytebot.net/blog/archives/2008/08/08/howto-mysql-connectorc-on-mac-os-x#comment-135438</link>
		<dc:creator>andrey</dc:creator>
		<pubDate>Fri, 08 Aug 2008 11:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytebot.net/blog/?p=927#comment-135438</guid>
		<description>GLIB is not hard-requirement. If there it will be used for building a component called driver manager, which, however, we don't use. It can be used if there are more than one drivers, for example a PGSQL Driver. Then one uses the DriverManager and glib loads the dll that contains the driver. glib is used for platform-agnostic loading of dll/so. We compile on (Open)Solaris without GLIB and everything runs fine. If GLIB is not present CMake won't configure the driver manager.</description>
		<content:encoded><![CDATA[<p>GLIB is not hard-requirement. If there it will be used for building a component called driver manager, which, however, we don&#8217;t use. It can be used if there are more than one drivers, for example a PGSQL Driver. Then one uses the DriverManager and glib loads the dll that contains the driver. glib is used for platform-agnostic loading of dll/so. We compile on (Open)Solaris without GLIB and everything runs fine. If GLIB is not present CMake won&#8217;t configure the driver manager.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
