Edgewall Software

Changes between Version 8 and Version 9 of Ubuntu-11.04-Subversion


Ignore:
Timestamp:
Dec 20, 2010, 4:17:47 PM (13 years ago)
Author:
gacevedo@…
Comment:

Indicates that you need to use a MySQL client to perform the ALTER TABLE statements

Legend:

Unmodified
Added
Removed
Modified
  • Ubuntu-11.04-Subversion

    v8 v9  
    124124}}}
    125125
    126 If the MySQL default engine wasn't InnoDB, you might need to convert the tables tha trac-admin has just created. Issue the following:
     126If the MySQL default engine wasn't InnoDB, you might need to convert the tables tha trac-admin has just created. Issue the following within your MySQL client:
    127127{{{
    128128ALTER TABLE `attachment` ENGINE = InnoDB; \