Changes between Version 1 and Version 2 of InnoDB
- Timestamp:
- Dec 7, 2004, 12:30:53 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InnoDB
v1 v2 17 17 ''It works for me.'' 18 18 19 But doesn't for people with passwords required to access their db. The long manual way to do it is: 20 21 {{{ 22 $ mysql -u root -p maia 23 mysql> show tables; 24 mysql> alter table <insert table names one by one> type='InnoDB'; 25 mysql> quit 26 }}} 27 19 28 ---- 20 29