]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - schemas/README.txt
Allow bold, italics or underlined for numbers
[SourceForge/phpwiki.git] / schemas / README.txt
1 These files are used to initialize the database tables for a Wiki.
2 First create the database using the database commands suitable for
3 your DBMS. See doc/INSTALL.<DBMS>
4
5 At first check the appropriate <DBMS>-{initialize|destroy}.sql for
6 your configured DATABASE_PREFIX. The default is an empty
7 prefix. A prefix is only needed for multiple wiki's on the same database.
8
9 Then run the appropriate <DBMS>-initialize.sql to initialize your database.
10
11 If you have a database you have been using you should destroy it first
12 with the appropriate <DBMS>-destroy.sql file.
13
14 The separation of files into "initialize" and "destroy" is intended
15 to give some small measure of additional protection against
16 accidentally destroying a live database, but BE CAREFUL.