Download mysql-4.1.4.tar.gz
extract the contents into /usr/local/mysql-4.1.14xxxx
now delete the data dir 
stop the mysql server running (4.1.13) 
copy the whole data dir from the old version 4.1.13 ( use cp -pR to preserve 
perms) to the new one 
create a symbolic link like ln -s /usr/local/mysql-4.1.14.xxxx mysql 
start mysqld /usr/local/mysql/bin/mysqld_safe & 
thats it you have version 4.1.14 running you can keep the old directory or 
delete it 
 Kishore Jalleda 
  

 On 9/18/05, Joeffrey Betita <[EMAIL PROTECTED]> wrote: 
> 
> hi
> how can i uninstall mysql-standard-4.1.13-pc-linux-gnu-i686.tar.gz i would
> like to install mysql-4.1.14.tar.gz
> thank you very much.
> 
> 
> rgds,
> Joeffrey
> 
> --
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.344 / Virus Database: 267.11.1/104 - Release Date: 9/16/2005
> 
> 
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
> 
>

Reply via email to