<?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>64 Bit Jungle &#187; Databases</title>
	<atom:link href="http://www.64bitjungle.com/category/databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.64bitjungle.com</link>
	<description>Linux and Programming Tips and Tutorials, Technology and Rants from the Jungle</description>
	<lastBuildDate>Thu, 05 Jan 2012 08:42:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MySQL Workbench 5.1 Beta Released for Linux</title>
		<link>http://www.64bitjungle.com/ubuntu/mysql-workbench-51-beta-released-for-linux/</link>
		<comments>http://www.64bitjungle.com/ubuntu/mysql-workbench-51-beta-released-for-linux/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 08:26:09 +0000</pubDate>
		<dc:creator>Hodge</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.64bitjungle.com/?p=393</guid>
		<description><![CDATA[I&#8217;ve had a play with a few of the previous Alpha releases, and so far so good. Yesterday, MySQL Workbench 5.1 Beta was released, so I decided to download it and give it a go. There is currently no official 64 Bit binary installer available, so we still need to compile from the source. This [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="alignleft size-full wp-image-399" title="mysql-workbench-oss" src="http://www.64bitjungle.com/wp-content/uploads/2009/03/mysql-workbench-oss.png" alt="mysql workbench oss" width="350" height="203" align="left" />I&#8217;ve had a play with a few of the previous Alpha releases, and so far so good. Yesterday, <a href="http://dev.mysql.com/workbench/?p=201" target="_blank">MySQL Workbench 5.1 Beta was released</a>, so I decided to download it and give it a go. There is currently no official 64 Bit binary installer available, so we still need to compile from the source. This has, however, become a much less complicated task since the initial Alpha releases!</p>
<p><strong>32 Bit users</strong></p>
<p>32 Bit users need only download the precompiled deb from one of the <a href="http://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-workbench-oss-5.1.9-1_i386.deb/from/pick" target="_blank">MySQL Mirrors</a>, and once downloaded, the deb can be installed by opening a Terminal and running the following:</p>
<p><code>sudo dpkg -i mysql-workbench-oss-5.1.9-1_i386.deb</code></p>
<p><strong>64 Bit users</strong></p>
<p>To compile MySQL Workbench from source, a bunch of dependencies need to be installed, which can be done easily by running the following in a Terminal:</p>
<p><code>sudo apt-get install build-essential autoconf automake libtool libzip-dev libxml2-dev libsigc++-2.0-dev libglade2-dev libgtkmm-2.4-dev libglu1-mesa-dev libgl1-mesa-glx mesa-common-dev libmysqlclient15-dev uuid-dev liblua5.1-dev libpixman-1-dev libpcre3-dev libgnome2-dev libgtk2.0-dev libpango1.0-dev libcairo2-dev python-dev</code></p>
<p>The source package can be downloaded once again from one of the <a href="http://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-workbench-oss-5.1.9.tar.gz/from/pick" target="_blank">MySQL Mirrors</a>. As usual, I downloaded to my Desktop, and ran the following to compile and install:</p>
<p><code>cd<br />
mkdir mysqlwb-src mysql-workbench<br />
mv Desktop/mysql-workbench-oss-5.1.9.tar.gz mysqlwb-src<br />
cd mysqlwb-src<br />
tar -zxvf mysql-workbench-oss-5.1.9.tar.gz<br />
cd mysql-workbench-oss-5.1.9<br />
./autogen.sh<br />
make install DESTDIR=/home/&lt;username&gt;/mysql-workbench</code></p>
<p>I&#8217;m using the DESTDIR option, since with Workbench being in Beta, I don&#8217;t really want it installing system wide.</p>
<p>Unless you&#8217;re lucky enough to have a machine with ridiculous specs, this will take a while &#8211; so go make a brew, coffee, smoke a cigarette, or [instert short term recreational activity here], and come back in a few.</p>
<p>No, really &#8211; it takes a long time&#8230;</p>
<p>Once installed (took a long time, eh?), running it is easy &#8211; simply navigate to the installation directory and run the executable from the Terminal:</p>
<p><code>cd ~/mysql-workbench/usr/local/bin<br />
./mysql-workbench</code></p>
<div class="shr-publisher-393"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.64bitjungle.com/ubuntu/mysql-workbench-51-beta-released-for-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MySQL Workbench 5.1.5 Alpha Linux &#8211; 32 and 64 Bit</title>
		<link>http://www.64bitjungle.com/ubuntu/mysql-workbench-515-alpha-linux-32-and-64-bit/</link>
		<comments>http://www.64bitjungle.com/ubuntu/mysql-workbench-515-alpha-linux-32-and-64-bit/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 08:11:23 +0000</pubDate>
		<dc:creator>Hodge</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[workbench]]></category>

		<guid isPermaLink="false">http://www.64bitjungle.com/?p=277</guid>
		<description><![CDATA[So, the latest Linux Alpha version has been released for MySQL Workbench 5.1, with a bunch of features added, and lots of bugs fixed. Once again, 32 Bit users can install from a precompiled deb, which can be downloaded from one of the available MySQL Workbench 5.1.5 mirrors. Once downloaded, it can be installed with [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>So, the latest Linux Alpha version has been released for MySQL Workbench 5.1, with a bunch of features added, and lots of bugs fixed. Once again, <strong>32 Bit users</strong> can install from a precompiled deb, which can be downloaded from one of the available <a href="http://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-workbench-5.1.5-1_i386.deb/from/pick" target="_blank">MySQL Workbench 5.1.5 mirrors</a>. Once downloaded, it can be installed with dpkg:</p>
<p><code>sudo dpkg -i mysql-workbench-5.1.5-1_i386.deb</code></p>
<p><strong>64 Bit users</strong> still have to compile from source, but it&#8217;s progressed significantly since <a href="http://www.64bitjungle.com/tech/mysql-workbench-513-linux-alpha-testing-on-32-bit-and-64-bit-ubuntu/" target="_self">v5.1.3</a>, and now the ctemplate-library is linked statically within the 5.1.5 code, so there&#8217;s no need to download, compile and install ctemplate any more. There are still several prerequisites that need installing before compiling 5.1.5, but they can all be obtained via apt:</p>
<p><code>sudo apt-get install build-essential autoconf automake libtool libzip-dev libxml2-dev libsigc++-2.0-dev libglade2-dev libgtkmm-2.4-dev libglu1-mesa-dev libgl1-mesa-glx mesa-common-dev libmysqlclient15-dev uuid-dev liblua5.1-dev libpixman-1-dev libpcre3-dev libgnome2-dev libgtk2.0-dev libpango1.0-dev libcairo2-dev</code></p>
<p>The rest of the compile and install instructions are the same as my <a href="http://www.64bitjungle.com/tech/mysql-workbench-513-linux-alpha-testing-on-32-bit-and-64-bit-ubuntu/">MySQL Workbench 5.1.3 Alpha Linux</a> tutorial, but for the sake of brevity are repeated here. First, grab the source from one of the <a href="http://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-workbench-5.1.5.tar.gz/from/pick" target="_blank">MySQL Workbench 5.1.5 mirrors</a> &#8211; as usual, I downloaded it to my now incredibly cluttered Desktop &#8211; then I made a couple of directories in my Home folder to house the source code (~/mysqlwb-src) and the compiled application (~/mysql-workbench), and finally compiled and installed:</p>
<p><code>cd ~/Desktop<br />
mkdir ~/mysqlwb-src<br />
mkdir ~/mysql-workbench<br />
mv mysql-workbench-5.1.5-alpha.tar.gz ~/mysqlwb-src<br />
cd ~/mysqlwb-src<br />
tar -zxvf mysql-workbench-5.1.5-alpha.tar.gz<br />
cd mysql-workbench-5.1.5-alpha<br />
./autogen.sh<br />
make install DESTDIR=/home/&lt;username&gt;/mysql-workbench</code></p>
<p>The DESTDIR option tells make to install it into the ~/mysql-workbench directory created earlier, which for now is better than a system wide installation. To run it, navigate to the install bin dir and run the executable:</p>
<p><code>cd ~/mysql-workbench/usr/local/bin<br />
./mysql-workbench</code></p>
<p>Remember it&#8217;s Alpha, so not recommended for use in a Production environment, or on a Production DB!</p>
<div class="shr-publisher-277"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.64bitjungle.com/ubuntu/mysql-workbench-515-alpha-linux-32-and-64-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

