NAME
CGI::Wiki::Setup::MySQL - set up tables for CGI::Wiki in a MySQL database.
SYNOPSIS
use CGI::Wiki::Setup::MySQL;
CGI::Wiki::Setup::MySQL::setup($dbname, $dbuser, $dbpass);
DESCRIPTION
Set up a MySQL database for use with CGI::Wiki. Has only one function, setup, which takes as arguments the database name, the username and the password. The username must be able to create and drop tables in the database.
AUTHOR
Kake Pugh (kake@earth.li).
COPYRIGHT
Copyright (C) 2002 Kake Pugh. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
CGI::Wiki, CGI::Wiki::Setup::DBIxMySQL, CGI::Wiki::Setup::Pg