Hi!

You can change the MySQL server program from
mysqld-nt.exe or any other mysqld*.exe to
mysqld-max.exe or mysqld-max-nt.exe (on NT and 2000)
without changing your MyISAM tables in any way.

The MyISAM part in these versions is identical.

To use InnoDB tables you have to add startup
parameters to your my.cnf or my.ini, to the
[mysqld] section. Look at the InnoDB manual
http://www.mysql.com/doc/I/n/InnoDB_start.html
for advice on how to specify them.

Regards,

Heikki Tuuri
Innobase Oy

Copied message:
........................
On Sat, Jul 21, 2001 at 03:46:58AM -0700, Michael Tam wrote:
> Hi Jeremy,
>
>     In question 2),  what I meant is not uninstall MySql from Windows 2000
> but the service of it by calling "mysqld-nt --remove".  That will take off
> the service of the mysql-nt from being the default mysql daemon and then
I'd
> call "mysqld-max --install" to establish the max version of sqld which
> supports the BDB and InnoDB
>
>     This, then, leads to question 3), if I switch the daemon as mentioned
in
> 2) then would the tables created under "mysqld-nt" will remain intact as
> "mysql-max" takes over??

I believe so, yes.  But it'd be safest to first back them up.  It
can't hurt to be safe.

Jeremy-- Jeremy D. Zawodny, <[EMAIL PROTECTED]>
Technical Yahoo - Yahoo Finance
Desk: (408) 349-7878   Fax: (408) 349-5454   Cell: (408) 685-5936 <-- NEW
MySQL 3.23.29: up 35 days, processed 270,286,701 queries (89/sec. avg)


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to