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