Re: Older tables caught between ISAM and MyISAM

2005-08-25 Thread Gleb Paharenko
Hello. Have you tried mysql_convert_table_format script? Spencer Yost [EMAIL PROTECTED] wrote: I just upgraded a server to MySQL 4.1.4. I was at 4.0.8 - everything worked perfect at 4.0.8 However, since the upgrade, a few dozen tables in a few older databases are apparently

Older tables caught between ISAM and MyISAM

2005-08-24 Thread Spencer Yost
I just upgraded a server to MySQL 4.1.4. I was at 4.0.8 - everything worked perfect at 4.0.8 However, since the upgrade, a few dozen tables in a few older databases are apparently still in ISAM format. The tables now misbehave when trying to access them(marked in use, error out, trash the

RE: isam to myisam

2005-01-24 Thread Bagus
Hello, Does anyone out there have a working version of MySQL that supports the ISAM and MyISAM engines and who might could convert my old database for me? I'd really appreciate it. Please reply off the list. Thanks, Bagus -Original Message- From: Bagus [mailto:[EMAIL PROTECTED

RE: isam to myisam

2005-01-22 Thread Bagus
: 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-freebsd4.7-i386. I'm able to run mysqld and mysql, etc. I used to run

RE: isam to myisam

2005-01-22 Thread Paul DuBois
, 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-freebsd4.7-i386. I'm able to run mysqld and mysql, etc. I used to run Freebsd 2.2

RE: isam to myisam

2005-01-22 Thread Bagus
. Is there 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: According to the help message, the --type

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

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

RE: isam to myisam

2005-01-20 Thread Bagus
I did try --type='myisam' --type='isam' --type=myisam --type=isam --type='MYISAM' --type=MYISAM --type='ISAM' --type=ISAM All produced identical errors. Specifying the individual tables didn't change the error note. Any other ideas? Is this the right way to go about changing these ISD, ISM

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?

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. Thanks! Paul

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

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

2002-03-30 Thread Henry Hank
:[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 box to migrate a database off an existing web server. The webserver is running

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

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

2002-03-26 Thread Lopez David E-r9374c
is 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 box

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 update), what

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 during this conversion someone accessed

Re: ISAM 2 MyISAM Conversion

2001-12-06 Thread Jeremy Zawodny
On Mon, Dec 03, 2001 at 09:28:11AM -0800, Steve Osborne wrote: I have an existing database with ISAM tables that I would like to convert to MyISAM tables. Using phpMyAdmin, I can change the table type using a drop-down box, however I do not know the repercussions of the table type

ISAM 2 MyISAM Conversion

2001-12-03 Thread Steve Osborne
I have an existing database with ISAM tables that I would like to convert to MyISAM tables. Using phpMyAdmin, I can change the table type using a drop-down box, however I do not know the repercussions of the table type conversion. Any advice, Steve Osborne Database Programmer Chinook

ISAM v.s. MYISAM

2001-05-15 Thread Warren van der Merwe
Hi there I am working on a site where they are using ISAM files, (.ISM .IS1), I want to know if there is a way of accessing these from MYSQL? From what I have been able to tell they appear totally differently in comparison to some of my MYISAM table when I open them in Notepad. Can anyone shed

RE: ISAM v.s. MYISAM

2001-05-15 Thread Dave Carter
Message- From: Warren van der Merwe [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 15, 2001 7:27 AM To: [EMAIL PROTECTED] Subject: ISAM v.s. MYISAM Hi there I am working on a site where they are using ISAM files, (.ISM .IS1), I want to know if there is a way of accessing these from MYSQL

RE: ISAM and MYISAM

2001-02-10 Thread Carsten H. Pedersen
Hi, I've read some people talking about ISAM and MYISAM table. I dont understand what are those tables and can anyone explain to me and the difference of each table. and also which one has better performance? Read The Fine Manual, chapter 8: MySQL table types / Carsten -- Carsten H

Re: ISAM and MYISAM

2001-02-10 Thread Thalis A. Kalfigopoulos
2001, Teddy A Jasin wrote: Hi, I've read some people talking about ISAM and MYISAM table. I dont understand what are those tables and can anyone explain to me and the difference of each table. and also which one has better performance

ISAM and MYISAM

2001-02-09 Thread Teddy A Jasin
Hi, I've read some people talking about ISAM and MYISAM table. I dont understand what are those tables and can anyone explain to me and the difference of each table. and also which one has better performance? thanks Teddy

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