Query: wiki-toolkit-setupdb
OS: debian
Section: 1p
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
WIKI-TOOLKIT-SETUPDB(1p) User Contributed Perl Documentation WIKI-TOOLKIT-SETUPDB(1p)NAMEwiki-toolkit-setupdb - Set up a database storage backend for Wiki::Toolkit.SYNOPSIS# Set up or update the storage backend, leaving any existing data # intact. Useful for upgrading from old versions of Wiki::Toolkit to # newer ones with more backend features. wiki-toolkit-setupdb --type postgres --name mywiki --user wiki --pass wiki --host 'db.example.com' # Clear out any existing data and set up a fresh backend from scratch. wiki-toolkit-setupdb --type postgres --name mywiki --user wiki --pass wiki --force-preclearDESCRIPTIONTakes three mandatory arguments: type The database type. Should be one of 'postgres', 'mysql' and 'sqlite'. name The database name. user The user that connects to the database. It must have permission to create and drop tables in the database. two optional arguments: pass The user's database password. host The hostname of the machine the database server is running on (omit for local databases). and one optional flag: force-preclear By default, this script will leave any existing data alone. To force that to be cleared out first, pass the "--force-preclear" flag.AUTHORKake Pugh (kake@earth.li).COPYRIGHTCopyright (C) 2002-2003 Kake Pugh. All Rights Reserved. Copyright (C) 2006 the Wiki::Toolkit team. All Rights Reserved. This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself.SEE ALSOWiki::Toolkit perl v5.14.2 2011-09-25 WIKI-TOOLKIT-SETUPDB(1p)
Similar Topics in the Unix Linux Community |
---|
JOTWiki 0.1.2 (Default branch) |
Luminotes: No-frills wiki notebook |
SPTK 3.5.7.08 (Default branch) |
SPTK 3.5.7.11 (Default branch) |
wiki |