Title says it all. I previously had mysql version 5.1 on my CENTOS 6 x86_64 OS.
I attempted to remove mysql 5.1 and replace it with an install of mysql 5.6.
Here is my uninstall process for mysql 5.1:
yum remove mysql
yum remove mysql-devel
yum remove mysql-client
rpm -qa | grep -i mysql
rpm -e mysql --nodeps
Here is my install process for mysql 5.6:
I got three rpm's for mysql 5.6.
I really did it this time.. I deleted a database named MySQL in my server. Shortly after MySQL went haywire and now I cannot login as a user to mysql, I cannot re-install mysql, I get an error for every solution I try.
So I decided hell with it I'll remove mysql, php and start again. I used rpm -qa | grep mysql but it returned nothing.
How I can install mysql in ubuntu 12.04(gnome 3). So that I will have my mysql installation in /usr/bin/mysql
It's library and header files in /usr/lib/mysql and /usr/include/mysql respectively.
Last time I tried sudo apt-get install mysql-server mysql-client mysql-common The mysql has been installed in /usr/bin/mysql.
I have created a script to automatically install MySQL 5.6 on Ubuntu Server 12.10 (64bit).
I need to upgrade mysql 5.0 to mysql 5.1.
Do i need to carry out anymore steps then these.
I will log into the server and do
rpm -Uvh MySQL-server-community-5.1.63-1.rhel5.x86_64
the earlier version of mysql was installed using yum install .
Is this the correct approach ?
After installing do i need to upgrade the indvidual database themselves if so how ?
regards
I was setting up a soft link in linux. Here were the steps I followed:
> groupadd mysql
> useradd -g mysql mysql
> cd /usr/local
> gunzip /home/Tim/Download/mysql.....gz | tar xvf -
> ln -s /usr/local/mysql.... mysql
I am running Centos 5.8 (Linux 2.6.18-308.13.1.el5 on x86_64), and wish to upgrade MySQL version 5.0.95. I am using a tutorial found at http://www.if-not-true-then-false.com/2010/install-mysql-on-fedora-cento.... When I get to the following, I get the host of errors. Seems to have something to do with going from 386 to 86x64. Can anyone help?
I need to update RHEL 5.8 from MySQL 5.1 to the new MySQL 5.5. I have installed the REMI rpm, but I get a long list of package conflicts when trying to upgrade MySQL that way.
I think I need to remove MySQL completely, and then do a fresh install of the new version.
If I run
yum remove mysql-server
Will that remove my databases and the /etc/my.cnf configuration file?
I've changed data directory in /etc/my.cnf.