RE: isam to myisam

2005-01-24 Thread Bagus
L PROTECTED] > Sent: Saturday, January 22, 2005 10:48 PM > To: mysql@lists.mysql.com > Subject: RE: isam to myisam > > > SHOW ENGINES says no support for ISAM. > > So that explains it. Which other server would you suggest I try > installing? Do you mean I should try in

RE: isam to myisam

2005-01-22 Thread Bagus
re an alternative? Thanks, Bagus (ugh) > -Original Message- > From: Paul DuBois [mailto:[EMAIL PROTECTED] > Sent: Saturday, January 22, 2005 7:46 PM > To: Bagus; mysql@lists.mysql.com > Subject: RE: isam to myisam > > > At 19:41 -0600 1/22/05, Bagus wrote: > &g

RE: isam to myisam

2005-01-22 Thread Paul DuBois
- From: Paul DuBois [mailto:[EMAIL PROTECTED] Sent: Thursday, January 20, 2005 10:58 PM To: Bagus; mysql@lists.mysql.com Subject: Re: isam to myisam At 22:46 -0600 1/20/05, Bagus wrote: >Hi there, > >I'm running Freebsd 5.3 and just installed >mysql-standard-4.1.9-unknown-freebs

RE: isam to myisam

2005-01-22 Thread Bagus
> -Original Message- > From: Paul DuBois [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 20, 2005 10:58 PM > To: Bagus; mysql@lists.mysql.com > Subject: Re: isam to myisam > > > At 22:46 -0600 1/20/05, Bagus wrote: > >Hi there, > > > >I'm ru

RE: isam to myisam

2005-01-20 Thread Bagus
y 20, 2005 10:58 PM > To: Bagus; mysql@lists.mysql.com > Subject: Re: isam to myisam > > > At 22:46 -0600 1/20/05, Bagus wrote: > >Hi there, > > > >I'm running Freebsd 5.3 and just installed > >mysql-standard-4.1.9-unknown-freebsd4.7-i386. I'm able t

Re: isam to myisam

2005-01-20 Thread Paul DuBois
At 22:46 -0600 1/20/05, Bagus wrote: Hi there, I'm running Freebsd 5.3 and just installed mysql-standard-4.1.9-unknown-freebsd4.7-i386. I'm able to run mysqld and mysql, etc. I used to run Freebsd 2.2 and I think it was mysql 3.21.33b... I'm not sure. My old system faded away rather abruptly and I

isam to myisam

2005-01-20 Thread Bagus
Hi there, I'm running Freebsd 5.3 and just installed mysql-standard-4.1.9-unknown-freebsd4.7-i386. I'm able to run mysqld and mysql, etc. I used to run Freebsd 2.2 and I think it was mysql 3.21.33b... I'm not sure. My old system faded away rather abruptly and I didn't get a chance to do database b

Re: ISAM to MyISAM Convert pls

2005-01-04 Thread Gleb Paharenko
Hello. As of MySQL 4.1, ISAM support is included in the source but not enabled in binary distributions. [EMAIL PROTECTED] wrote: > hello > i hope im correct here > i have a problem, after upgrade 4.1 from 4.0 one table is away (index) > i have table.ISM,.frm and .ISD. > when i try to

ISAM to MyISAM Convert pls

2005-01-02 Thread sc2
hello i hope im correct here i have a problem, after upgrade 4.1 from 4.0 one table is away (index) i have table.ISM,.frm and .ISD. when i try to convert it with ALTER TABLE table TYPE = MYISAM; he only says did not found table.MYI (where table is my name of the table) how i can convert it to MYI?

RE: Upgrade from ISAM to MyISAM fails with "read only" error

2003-01-17 Thread Paul Borghese
Hey everyone. I figured it out. Packed tables are read only. Thanks! Paul -Original Message- From: Paul Borghese [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 9:26 PM To: [EMAIL PROTECTED] Subject: Upgrade from ISAM to MyISAM fails with "read only" error Any

Upgrade from ISAM to MyISAM fails with "read only" error

2003-01-17 Thread Paul Borghese
Any ideas why the following upgrade from ISAM to MyISAM fails: mysql> alter table users type = MYISAM; ERROR 1036: Table 'users' is read only This only occurs for about half the tables I tried to upgrade.

RE: question about converting isam to myisam tables (shortcut?)

2002-03-30 Thread Henry Hank
> > -Original Message- > From: Henry Hank [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 26, 2002 3:37 PM > To: [EMAIL PROTECTED] > Subject: question about converting isam to myisam tables (shotcut!) > > Hello all, > > I'm in the process of build

RE: question about converting isam to myisam tables (shotcut!)

2002-03-26 Thread Lopez David E-r9374c
valid as well. David -Original Message- From: Henry Hank [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 3:37 PM To: [EMAIL PROTECTED] Subject: question about converting isam to myisam tables (shotcut!) Hello all, I'm in the process of building a new mysql db server b

question about converting isam to myisam tables (shotcut!)

2002-03-26 Thread Henry Hank
Hello all, I'm in the process of building a new mysql db server box to migrate a database off an existing web server. The webserver is running mysql 3.22.29, and the new box is running 3.23. The two biggest tables are about 20 million records and the data and index files are each just over 1

Re: Conversion from ISAM to MYISAM table format

2002-03-06 Thread Jeremy Zawodny
On Thu, Mar 07, 2002 at 12:08:29AM -0500, Mr. Ozette Brown wrote: > > I'm in the process of converting all of my database tables from ISAM > to MYISAM table format. I'll run the mysql_convert_table_format > script which basically does an "Alter table". If

Conversion from ISAM to MYISAM table format

2002-03-06 Thread Mr. Ozette Brown
I'm in the process of converting all of my database tables from ISAM to MYISAM table format. I'll run the mysql_convert_table_format script which basically does an "Alter table". If during this conversion someone accessed a web page which writes to the database (insert or

Re: ISAM to MYISAM

2001-01-15 Thread Dan Nelson
In the last episode (Jan 15), Aaron Schlesinger said: > 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? Run mysql_convert_table_format, which w

Re: ISAM to MYISAM

2001-01-15 Thread Mikel King
Aaron, I sugest that you use this app, http://www.ocsny.com/main/index.ocs?url=mysqlbackup and then use the dumped files on the new server to rebuild you db you could quite conceivably br up within 2 hours... Cheers, Mikel Aaron Schlesinger wrote: > I've noticed that most of the reall

Re: ISAM to MYISAM

2001-01-15 Thread skip
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 t

ISAM to MYISAM

2001-01-15 Thread Aaron Schlesinger
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 -