The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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