I've just done this myself, and had no problems whatsoever. I upgraded
from 3.22 to 3.23...

1. Compile mysql 3.23
2. Shutdown mysql 3.22 server
3. (Carefully) do a make install of 3.23, ensuring your data files in
~mysql/var are not over-written
4. Restart mysql server (3.23)
5. Go through each table in your database/s doing an 'alter table
tablename type = myisam'

Worked fine for me; I'm using Mandrake 7.2. 

 n Mon, 15 Jan 2001, Aaron
Schlesinger
wrote:

> I've noticed that most of the really cool new features in MySQL use myisam
> tables. My tables are from an earlier version, and are only ISAM.
> 
> 2 Questions:
> 
> 1) How do you convert the tables?
> 
> 2) Will my data be changed or corrupted by doing #1?
> 
> Aaron
> 
> 
> ---------------------------------------------------------------------
> 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
> 
> 


---------------------------------------------------------------------
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