Are there any gotchas with doing a MySQL5 upgrade from the centosplus repostitory? Can this be done as an update via yum or do I need to uninstall and the install? There wasn't anything on this in the readme.txt file.
Thanks, John Hinton
Please help me
How can I install xwindow on text based linux I mean how can I UPGRADE.
Thanks and regards Süreyya Ayçe
Süreyya Ayçe wrote:
Please help me
How can I install xwindow on text based linux I mean how can I UPGRADE.
yum groupinstall "GNOME Desktop Environment"
or
yum groupinstall "KDE (K Desktop Environment)"
or
yum groupinstall "X Window System"
(the last will get you a barebones X, the first two will set up one or the other of those full featured desktop environoments)
Thanks a lot
Another question
Is it possible using installation cd instead of internet to to upgrade
Thanks Süreyya Ayçe
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of John R Pierce Sent: Thursday, February 22, 2007 10:32 AM To: CentOS mailing list Subject: Re: [CentOS] (no subject)
Süreyya Ayçe wrote:
Please help me
How can I install xwindow on text based linux I mean how can I UPGRADE.
yum groupinstall "GNOME Desktop Environment"
or
yum groupinstall "KDE (K Desktop Environment)"
or
yum groupinstall "X Window System"
(the last will get you a barebones X, the first two will set up one or the other of those full featured desktop environoments)
_______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Thu, 2007-02-22 at 10:50 +0200, Süreyya Ayçe wrote:
Thanks a lot
Another question
Is it possible using installation cd instead of internet to to upgrade
Only if you have not applied any updates since you used your install CDs ... and then only if you have the FULL set and not the single server CD (as that does not have all the required files on it).
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of John R Pierce Sent: Thursday, February 22, 2007 10:32 AM To: CentOS mailing list Subject: Re: [CentOS] (no subject)
Süreyya Ayçe wrote:
Please help me
How can I install xwindow on text based linux I mean how can I UPGRADE.
yum groupinstall "GNOME Desktop Environment"
or
yum groupinstall "KDE (K Desktop Environment)"
or
yum groupinstall "X Window System"
(the last will get you a barebones X, the first two will set up one or the other of those full featured desktop environoments)
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 2/22/07, John Hinton webmaster@ew3d.com wrote:
Are there any gotchas with doing a MySQL5 upgrade from the centosplus repostitory? Can this be done as an update via yum or do I need to uninstall and the install? There wasn't anything on this in the readme.txt file.
I've been using mysql5 in production for quite a while now. It works fine, and I've done many direct upgrades from mysql4 to mysql5 with yum. However if you already have a fair amount of data in the database, I'd still take a fresh backup just in case. It's always the time you aren't prepared that you get bitten :-P