]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - UPGRADING.readme
Fixed SF Bug #233898. (MySQL backend insensitive to case in page names.)
[SourceForge/phpwiki.git] / UPGRADING.readme
1 MySQL
2
3   The MySQL schema has changed since PhpWiki 1.2.0.
4
5   If you're upgrading from PhpWiki 1.2.0 and you use the MySQL back end,
6   you need to update the schema.
7
8   As long as you use the stock table names you can just do something like:
9
10     mysql -u <username> -p wiki < schemas/update.mysql.1.2.0-1.2.1
11
12   If you don't use the stock table names, look at the script in
13   schemas/update.mysql.1.2.0-1.2.1 and use it as a guide.
14
15  
16