store | blogs | forums | twitter | facebook | wiki | mailing lists | downloads | support portal
Atomic Secure Linux
It is currently Sun May 19, 2013 5:57 pm

» Feed - Atomicorp

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic Share/Bookmark  [ 24 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: [atomic-testing] Mysql 5.1.43
Unread postPosted: Fri Feb 12, 2010 3:37 pm 
Offline
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin

Joined: Wed Dec 31, 1969 8:00 pm
Posts: 7418
Location: earth
This is the first test build on the road to supporting Mysql 5.1 officially in the repository. Please use this thread to note any package conflicts, or other concerns with using 5.1 in your environment. Like PHP, this will be a full change to the newer packages and the 5.0 series will be retired.

Changelog:
None! First release

To upgrade:
yum --enablerepo=atomic-testing upgrade mysql


Top
 Profile  
 
 Post subject: Re: [atomic-testing] Mysql 5.1.43
Unread postPosted: Sat Feb 20, 2010 10:50 am 
Offline
Forum User
Forum User

Joined: Wed Feb 10, 2010 2:53 pm
Posts: 12
Thanks for the great RPM's.

I'd like to run/test Mysql 5.1, but I am having trouble upgrading. Following are the relevant yum results:

Error: Missing Dependency: libmysqlclient.so.15 is needed by package perl-DBD-mysql-4.013-1.el5.rf.i386 (installed)
Error: Missing Dependency: libmysqlclient.so.15(libmysqlclient_15) is needed by package perl-DBD-mysql-4.013-1.el5.rf.i386 (installed)
Error: Missing Dependency: libmysqlclient.so.15 is needed by package php-mysql-5.2.12-3.el5.art.i386 (installed)
Error: Missing Dependency: libmysqlclient.so.15(libmysqlclient_15) is needed by package php-mysql-5.2.12-3.el5.art.i386 (installed)

I am running CentOS 5.4. I have my atomic repo's configured as follows:

Code:
[atomic]
name = atomicrocketturtle.com
mirrorlist = http://www.atomicorp.com/mirrorlist/atomic/centos-5-$basearch
enabled = 1
priority = 1
protect = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt
gpgcheck = 1
includepkgs=php*

[atomic-testing]
name = atomicrocketturtle.com - (Testing)
mirrorlist = http://www.atomicorp.com/mirrorlist/atomic-testing/centos-5-$basearch
enabled = 1
priority = 1
protect = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt
gpgcheck = 1
includepkgs=mysql*

Code:
CentOS54[root@http ~]# rpm -qa | grep mysql
mysql-5.0.90-1.el5.art
perl-DBD-mysql-4.013-1.el5.rf
mysql-libs-5.0.90-1.el5.art
mysql-server-5.0.90-1.el5.art
php-mysql-5.2.12-3.el5.art


I tried
yum clean all
yum upgrade

I tried many other settings in my atomic.repo file, but the result has always been the same error regarding the missing libmysqlclient.so.15 file.


Top
 Profile  
 
 Post subject: Re: [atomic-testing] Mysql 5.1.43
Unread postPosted: Sun Feb 21, 2010 11:45 am 
Offline
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin

Joined: Wed Dec 31, 1969 8:00 pm
Posts: 7418
Location: earth
yup, it's going to need a -compat package to bridge the 5.0 linked in stuff to 5.1


Top
 Profile  
 
 Post subject: Re: [atomic-testing] Mysql 5.1.43
Unread postPosted: Mon Mar 15, 2010 11:20 am 
Offline
Forum Regular
Forum Regular

Joined: Mon Apr 10, 2006 12:55 pm
Posts: 656
To make this easy to do, here's the RPM you will need for CentOS 5 (other OSes are available, btw). You will have to install this manually.

32 bit
64 bit

Remember to restart mysqld afterward (you may need to clean your my.cnf to get this working, i.e. skip-bdb is no longer necessary)
Then run mysql_upgrade

_________________
"Its not a mac. I run linux... I'm actually cool." - scott


Top
 Profile  
 
 Post subject: Re: [atomic-testing] Mysql 5.1.43
Unread postPosted: Mon Mar 15, 2010 12:08 pm 
Offline
Forum User
Forum User

Joined: Wed Feb 10, 2010 2:53 pm
Posts: 12
Interesting, should those be included in the repo here?


Top
 Profile  
 
 Post subject: Re: [atomic-testing] Mysql 5.1.43
Unread postPosted: Mon Mar 15, 2010 4:34 pm 
Offline
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin

Joined: Wed Dec 31, 1969 8:00 pm
Posts: 7418
Location: earth
No, bad versioning on those. Not recommended


Top
 Profile  
 
 Post subject: Re: [atomic-testing] Mysql 5.1.43
Unread postPosted: Tue Mar 16, 2010 8:12 am 
Offline
Forum Regular
Forum Regular

Joined: Mon Apr 10, 2006 12:55 pm
Posts: 656
Where else should we get them from? I couldn't find them anywhere else and 5.1 installed right away after adding it.

_________________
"Its not a mac. I run linux... I'm actually cool." - scott


Top
 Profile  
 
 Post subject: Re: [atomic-testing] Mysql 5.1.43
Unread postPosted: Tue Mar 16, 2010 9:31 am 
Offline
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin

Joined: Wed Dec 31, 1969 8:00 pm
Posts: 7418
Location: earth
I havent done any yet, but when I do they will be using more conservative versioning. So the ones you identified will look "newer" when they are really older.


Top
 Profile  
 
 Post subject: Re: [atomic-testing] Mysql 5.1.43
Unread postPosted: Thu Apr 08, 2010 10:29 am 
Offline
Forum Regular
Forum Regular

Joined: Mon Apr 10, 2006 12:55 pm
Posts: 656
There are some issues with 5.1.43 and replication. These are fixed in 5.1.44. I would urge you to consider the leap to 5.1.45, however, as there are a couple of minor bugs that are fixed in there that are causing issues as well.

_________________
"Its not a mac. I run linux... I'm actually cool." - scott


Top
 Profile  
 
 Post subject: Re: [atomic-testing] Mysql 5.1.43
Unread postPosted: Thu Apr 08, 2010 12:12 pm 
Offline
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin

Joined: Wed Dec 31, 1969 8:00 pm
Posts: 7418
Location: earth
Done, 5.1.45 should be up in atomic-testing shortly


Top
 Profile  
 
 Post subject: Re: [atomic-testing] Mysql 5.1.43
Unread postPosted: Wed Apr 28, 2010 2:43 pm 
Offline
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin

Joined: Wed Dec 31, 1969 8:00 pm
Posts: 7418
Location: earth
mysql 5.1.46 will be available in the testing repository shortly. This is the last period for comments on adopting this into the stable repo [atomic], unless there are any reservations I would like to adopt the 5.1 series and retire 5.0 in march.


Top
 Profile  
 
 Post subject: Re: [atomic-testing] Mysql 5.1.43
Unread postPosted: Wed Apr 28, 2010 4:17 pm 
Offline
Long Time Forum Regular
Long Time Forum Regular

Joined: Sat Aug 20, 2005 9:30 am
Posts: 2812
Location: The Netherlands
March of what year? :)

_________________
Lemonbit Internet Dedicated Server Management


Top
 Profile  
 
 Post subject: Re: [atomic-testing] Mysql 5.1.43
Unread postPosted: Wed Apr 28, 2010 5:23 pm 
Offline
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin

Joined: Wed Dec 31, 1969 8:00 pm
Posts: 7418
Location: earth
MMX Anno Dominae


Top
 Profile  
 
 Post subject: Re: [atomic-testing] Mysql 5.1.43
Unread postPosted: Wed Apr 28, 2010 5:40 pm 
Offline
Long Time Forum Regular
Long Time Forum Regular

Joined: Sat Aug 20, 2005 9:30 am
Posts: 2812
Location: The Netherlands
Hm, so it has been retired already then?

_________________
Lemonbit Internet Dedicated Server Management


Top
 Profile  
 
 Post subject: Re: [atomic-testing] Mysql 5.1.43
Unread postPosted: Wed Apr 28, 2010 5:49 pm 
Offline
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin

Joined: Wed Dec 31, 1969 8:00 pm
Posts: 7418
Location: earth
Oh sorry, I ment the metric march; may.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic Share/Bookmark  [ 24 posts ]  Go to page 1, 2  Next

» Feed - Atomicorp

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group