How to upgrade to 5.0.13-rc

How to upgrade to 5.0.13-rc

am 06.10.2005 11:01:34 von edwin

Hi, I'm using mysql database that come with PHP Triad
(runing on Windows environtment), and mysql version
is: 3.23.47-nt.
I want to upgrade to 5.0.13-rc, can anyone tell how to
do it? I have checked Mysql website the reference only
have upgrade from 3.23 to 4.0.

And i want to know what the differences between:
Windows essential, windows (x86) and without installer
in windows download section?

Hope to hear from all you soon.


Regards
Edwin



__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com

--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32@m.gmane.org

Re: How to upgrade to 5.0.13-rc

am 06.10.2005 17:15:27 von Daniel da Veiga

You must follow a sequence in order to avoid problems, there's no way
to jump from 3 to 5, in fact, you should (at least the manual say so)
upgrade to 4, then 4.1 (major changes and scripts to fix database) and
then to 5. Keep in mind that version 5 is NOT stable, it is for
testing features, kinda beta, and 4.1 is still the recommended version
for production systems.

The essential package is an MSI installer that provides you a wizard
to configure MySQL (IMHO it shouldn't exist, makes people think that
they don't need any knowledge in order to use a database server) and
all you need to run the server, along with the client to access it,
the other package comes with all, source, libraries, everything needed
for developers, and you have this zipped version that comes with no
wizard, the program itself and all the stuff, so you can unzip it,
configure it (by hand) and use (thanks to the AB Team for keeping this
one alive).

Good luck,

On 10/6/05, edwin wrote:
> Hi, I'm using mysql database that come with PHP Triad
> (runing on Windows environtment), and mysql version
> is: 3.23.47-nt.
> I want to upgrade to 5.0.13-rc, can anyone tell how to
> do it? I have checked Mysql website the reference only
> have upgrade from 3.23 to 4.0.
>
> And i want to know what the differences between:
> Windows essential, windows (x86) and without installer
> in windows download section?
>
> Hope to hear from all you soon.
>
>
> Regards
> Edwin
>
>
>
> __________________________________
> Yahoo! Mail - PC Magazine Editors' Choice 2005
> http://mail.yahoo.com
>
> --
> MySQL Windows Mailing List
> For list archives: http://lists.mysql.com/win32
> To unsubscribe: http://lists.mysql.com/win32?unsub=3Ddanieldaveiga@gma=
il.com
>
>


--
Daniel da Veiga
Computer Operator - RS - Brazil
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
------END GEEK CODE BLOCK------

--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=3Dgcdmw-win32@m.gmane.org

Re: How to upgrade to 5.0.13-rc

am 07.10.2005 01:54:49 von Jim McAtee

What's accomplished by going through all the upgrade gyrations to go from
v3 to v5? Is it to migrate the data itself? There's no way that you can
do a database dump, uninstall v3, install v5, and then load the v3 dump?

Are you saying the release candidate of v5 isn't stable? Is this from
experience or just a disclaimer?


----- Original Message -----
From: "Daniel da Veiga"
To: "MySQL Win32 List"
Sent: Thursday, October 06, 2005 9:15 AM
Subject: Re: How to upgrade to 5.0.13-rc


You must follow a sequence in order to avoid problems, there's no way
to jump from 3 to 5, in fact, you should (at least the manual say so)
upgrade to 4, then 4.1 (major changes and scripts to fix database) and
then to 5. Keep in mind that version 5 is NOT stable, it is for
testing features, kinda beta, and 4.1 is still the recommended version
for production systems.

The essential package is an MSI installer that provides you a wizard
to configure MySQL (IMHO it shouldn't exist, makes people think that
they don't need any knowledge in order to use a database server) and
all you need to run the server, along with the client to access it,
the other package comes with all, source, libraries, everything needed
for developers, and you have this zipped version that comes with no
wizard, the program itself and all the stuff, so you can unzip it,
configure it (by hand) and use (thanks to the AB Team for keeping this
one alive).

Good luck,

On 10/6/05, edwin wrote:
> Hi, I'm using mysql database that come with PHP Triad
> (runing on Windows environtment), and mysql version
> is: 3.23.47-nt.
> I want to upgrade to 5.0.13-rc, can anyone tell how to
> do it? I have checked Mysql website the reference only
> have upgrade from 3.23 to 4.0.
>
> And i want to know what the differences between:
> Windows essential, windows (x86) and without installer
> in windows download section?
>
> Hope to hear from all you soon.
>


--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32@m.gmane.org

Re: How to upgrade to 5.0.13-rc

am 07.10.2005 03:43:51 von edwin

Ok, i know version 5 is not stable i want to upgrade
is because i want to test the stored procedure
features.
DO you know when MySQL AB will release the stable
version?
How unstable this version 5 is?

I wonder, can i use 2 version (v.3 and 5) in 1
computer?

Regards
Edwin


--- Daniel da Veiga wrote:
> You must follow a sequence in order to avoid
> problems, there's no way
> to jump from 3 to 5, in fact, you should (at least
> the manual say so)
> upgrade to 4, then 4.1 (major changes and scripts to
> fix database) and
> then to 5. Keep in mind that version 5 is NOT
> stable, it is for
> testing features, kinda beta, and 4.1 is still the
> recommended version
> for production systems.


__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32@m.gmane.org

Re: How to upgrade to 5.0.13-rc

am 07.10.2005 04:07:53 von Daniel da Veiga

On 10/6/05, edwin wrote:
> Ok, i know version 5 is not stable i want to upgrade
> is because i want to test the stored procedure
> features.
> DO you know when MySQL AB will release the stable
> version?

As soon as it is tested enough... Most bugs are still comming, its a
richly featured app and many are new features only available recently,
like views and stored procedures, so, I guess it will be some time
till version 5 is considered stable.

> How unstable this version 5 is?

Well, guess no one can tell you that, I know of people using it in
production systems with no problems at all, but if you take a look at
the bug reports, there are still some to be solved as new subversions
come.

> I wonder, can i use 2 version (v.3 and 5) in 1
> computer?

Yes, you can, as long as you keep the config files separated and they
use different ports, names for the services and directories. I once
was running two test versions and a production server on winxp pro
with an athlon xp 2.0, versions were 3.23, 4 and 4.1.11.

> Regards
> Edwin
>
>
> --- Daniel da Veiga wrote:
> > You must follow a sequence in order to avoid
> > problems, there's no way
> > to jump from 3 to 5, in fact, you should (at least
> > the manual say so)
> > upgrade to 4, then 4.1 (major changes and scripts to
> > fix database) and
> > then to 5. Keep in mind that version 5 is NOT
> > stable, it is for
> > testing features, kinda beta, and 4.1 is still the
> > recommended version
> > for production systems.
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>


--
Daniel da Veiga
Computer Operator - RS - Brazil
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
------END GEEK CODE BLOCK------

--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=3Dgcdmw-win32@m.gmane.org

Re: How to upgrade to 5.0.13-rc

am 07.10.2005 05:46:03 von edwin

Wonderfull,thank's for the answer , i will try to use
2 version on my PC.

Regards
Edwin

--- Daniel da Veiga wrote:
> > I wonder, can i use 2 version (v.3 and 5) in 1
> > computer?
>
> Yes, you can, as long as you keep the config files
> separated and they
> use different ports, names for the services and
> directories. I once
> was running two test versions and a production
> server on winxp pro
> with an athlon xp 2.0, versions were 3.23, 4 and
> 4.1.11.


__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32@m.gmane.org