Edgewall Software

Changes between Version 23 and Version 24 of DatabaseBackend


Ignore:
Timestamp:
Jan 31, 2007, 11:43:08 AM (17 years ago)
Author:
Christian Boos
Comment:

Added MySQL charset constraints (from #3884)

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBackend

    v23 v24  
    6666% mysql
    6767> grant all privileges on dbname.* to dbuser@dbhost identified by 'dbpass';
     68> use dbname;
     69> ALTER DATABASE DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
    6870> quit
    6971}}}