<?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: Switching MySQL for MariaDB on Ubuntu.</title>
	<atom:link href="http://www.philbayfield.com/2010/07/11/switching-mysql-for-mariadb-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.philbayfield.com/2010/07/11/switching-mysql-for-mariadb-on-ubuntu/</link>
	<description>A little about me, my photos and some general geeky stuff!</description>
	<lastBuildDate>Thu, 21 Jul 2011 17:37:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Phil</title>
		<link>http://www.philbayfield.com/2010/07/11/switching-mysql-for-mariadb-on-ubuntu/comment-page-1/#comment-52</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Sat, 27 Nov 2010 22:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.philbayfield.com/?p=449#comment-52</guid>
		<description>I&#039;ve not tried 5.2 yet, if there is a problem with the repo, that&#039;s something the Maria team will have to fix, or the mirror your using.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve not tried 5.2 yet, if there is a problem with the repo, that&#8217;s something the Maria team will have to fix, or the mirror your using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.philbayfield.com/2010/07/11/switching-mysql-for-mariadb-on-ubuntu/comment-page-1/#comment-51</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 27 Nov 2010 01:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.philbayfield.com/?p=449#comment-51</guid>
		<description>I don&#039;t know how it was in 5.1 version, but in 5.2.3 repos are one mistake: in Pakages.gz are wrong ways to files, there should not be &quot;binary/&quot;</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know how it was in 5.1 version, but in 5.2.3 repos are one mistake: in Pakages.gz are wrong ways to files, there should not be &#8220;binary/&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.philbayfield.com/2010/07/11/switching-mysql-for-mariadb-on-ubuntu/comment-page-1/#comment-33</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Wed, 25 Aug 2010 16:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.philbayfield.com/?p=449#comment-33</guid>
		<description>Hi,

With Karmic try removing all the mysql packages first....

sudo apt-get purge mysql-server-5.1 mysql-client-5.1 mysql-common etc

I&#039;m not 100% sure these are the correct package names as the 5.1 suffix has been dropped on more recent versions (as 5.0 is no longer supported).
If you run something like....

dpkg -l &#124; grep mysql

It&#039;ll list all installed packages matching &#039;mysql&#039;

Hope this helps!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>With Karmic try removing all the mysql packages first&#8230;.</p>
<p>sudo apt-get purge mysql-server-5.1 mysql-client-5.1 mysql-common etc</p>
<p>I&#8217;m not 100% sure these are the correct package names as the 5.1 suffix has been dropped on more recent versions (as 5.0 is no longer supported).<br />
If you run something like&#8230;.</p>
<p>dpkg -l | grep mysql</p>
<p>It&#8217;ll list all installed packages matching &#8216;mysql&#8217;</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wai Wong</title>
		<link>http://www.philbayfield.com/2010/07/11/switching-mysql-for-mariadb-on-ubuntu/comment-page-1/#comment-32</link>
		<dc:creator>Wai Wong</dc:creator>
		<pubDate>Mon, 23 Aug 2010 06:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.philbayfield.com/?p=449#comment-32</guid>
		<description>Hello, 

     I&#039;m getting for following error when I tried to replace mysql with mariadb. I&#039;m running Ubuntu 9.10. Do you have any idea?

sudo apt-get install mariadb-server-5.1
---
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  mariadb-server-5.1: Depends: mariadb-client-5.1 (&gt;= 5.1.49-mariadb82) but it is not going to be installed
                      Depends: mariadb-server-core-5.1 (&gt;= 5.1.49-mariadb82) but it is not going to be installed
E: Broken packages</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>     I&#8217;m getting for following error when I tried to replace mysql with mariadb. I&#8217;m running Ubuntu 9.10. Do you have any idea?</p>
<p>sudo apt-get install mariadb-server-5.1<br />
&#8212;<br />
Reading package lists&#8230; Done<br />
Building dependency tree<br />
Reading state information&#8230; Done<br />
Some packages could not be installed. This may mean that you have<br />
requested an impossible situation or if you are using the unstable<br />
distribution that some required packages have not yet been created<br />
or been moved out of Incoming.<br />
The following information may help to resolve the situation:</p>
<p>The following packages have unmet dependencies:<br />
  mariadb-server-5.1: Depends: mariadb-client-5.1 (&gt;= 5.1.49-mariadb82) but it is not going to be installed<br />
                      Depends: mariadb-server-core-5.1 (&gt;= 5.1.49-mariadb82) but it is not going to be installed<br />
E: Broken packages</p>
]]></content:encoded>
	</item>
</channel>
</rss>

