Re: upgrade mysql 3.23.58 to 4.1

2005-06-28 Thread mm
Hassan Schroeder wrote: mm wrote: There is a lot a pain here. I downloaded the rpm packages that's where the pain starts :-) If you're trying to run multiple versions of MySQL for pre-migration testing (or whatever), *don't use rpms* -- get the tar file of the binary, and just untar it as

Re: upgrade mysql 3.23.58 to 4.1

2005-06-26 Thread Hassan Schroeder
mm wrote: There is a lot a pain here. I downloaded the rpm packages that's where the pain starts :-) If you're trying to run multiple versions of MySQL for pre-migration testing (or whatever), *don't use rpms* -- get the tar file of the binary, and just untar it as /usr/local/mysql-4.1.12 or

Re: upgrade mysql 3.23.58 to 4.1

2005-06-26 Thread Mathias
Selon mm <[EMAIL PROTECTED]>: > Hi, > There is a lot a pain here. > I downloaded the rpm packages > MySQL-server-4.1.12-1.i386.rpm > MySQL-shared-4.1.12-1.i386.rpm > MySQL-bench-4.1.12-1.i386.rpm > MySQL-shared-compat-4.1.11-0.i386.rpm > MySQL-client-4.1.12-1.i386.rpm > MyS

Re: upgrade mysql 3.23.58 to 4.1

2005-06-26 Thread mm
Hi, There is a lot a pain here. I downloaded the rpm packages MySQL-server-4.1.12-1.i386.rpm MySQL-shared-4.1.12-1.i386.rpm MySQL-bench-4.1.12-1.i386.rpm MySQL-shared-compat-4.1.11-0.i386.rpm MySQL-client-4.1.12-1.i386.rpm MySQL-devel-4.1.12-1.i386.rpm MySQL-embedded-

Re: upgrade mysql 3.23.58 to 4.1

2005-06-24 Thread Gleb Paharenko
Hello. Read: http://dev.mysql.com/doc/mysql/en/upgrade.html http://dev.mysql.com/doc/mysql/en/multiple-servers.html And search in archives about possible troubleshooting: http://lists.mysql.com/mysql/ mm <[EMAIL PROTECTED]> wrote: > > I have on my system, Fedora core

Re: upgrade mysql 3.23.58 to 4.1

2005-06-24 Thread Kishore Jalleda
Yes You can have both versions, infact this is the preferred way to upgrade, but the only thing is that have the new version install in /usr/local/mysql2/ or what ever you want and change the port that the newer daemon listens on instead of the default 3306, here's a good link from the doc's of mys

upgrade mysql 3.23.58 to 4.1

2005-06-24 Thread mm
I have on my system, Fedora core 3, MySql 3.23.58 Working with wikipedia database I get one error an one advise to upgrade to Mysql 4.xx Can I have old mySQL and the new one on my system? It is necessary to recreate databases and reload the data? What other kind of problem is suppose to find o