Changes between Version 18 and Version 19 of InstallationGuidelines/MySQL


Ignore:
Timestamp:
09/06/10 07:06:09 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/MySQL

    v18 v19  
    6161}}}
    6262
    63 Index columns (especially on tables with many records) which are sorted on (which we do a lot for dropdowns):
     63Index columns which are sorted on (especially on tables with many records) [we sort by name in most dropdowns]:
    6464 * gis_location.name
     65{{{
     66ALTER TABLE `gis_location` ADD INDEX ( `name` )
     67}}}
    6568=== MySQL Replication ===
    6669In order to have a backup instance, configure replication from the Master node to a Backup node: