Kake L Pugh > CGI-Wiki > user-setup-mysql-dbixfts

Download:
CGI-Wiki-0.62.tar.gz

Annotate this POD

CPAN RT

Open  1
View Bugs
Report a bug
Source   Latest Release: CGI-Wiki-0.63

NAME ^

user-setup-mysql-dbixfts - set up a DBIx::FullTextSearch backend for CGI::Wiki

SYNOPSIS ^

  user-setup-mysql-dbixfts --name mywiki \
                           --user wiki  \
                           --pass wiki  \

DESCRIPTION ^

Takes three arguments:

name

The database name.

user

The user that connects to the database. It must have permission to create and drop tables in the database.

pass

The user's database password.

AUTHOR ^

Kake Pugh (kake@earth.li).

COPYRIGHT ^

     Copyright (C) 2002 Kake Pugh.  All Rights Reserved.

This code 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::DBIxFTSMySQL