On Mon, Sep 29, 2003 at 06:06:56PM -0700, Rusty Wright wrote:
> Is it possible, desirable, etc. to convert the mysql grant, system,
> etc. tables to innodb?  I.e.,
> 
> use mysql;
> alter table columns_priv type = innodb;
> alter table db type = innodb;
> alter table func type = innodb;
> alter table host type = innodb;
> alter table tables_priv type = innodb;
> alter table user type = innodb;
> quit;

No, don't do that.

Jeremy
-- 
Jeremy D. Zawodny     |  Perl, Web, MySQL, Linux Magazine, Yahoo!
<[EMAIL PROTECTED]>  |  http://jeremy.zawodny.com/

MySQL 4.0.15-Yahoo-SMP: up 16 days, processed 560,337,668 queries (404/sec. avg)

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to