Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Programming > Perl Modules

    CGI::Wiki::Setup::MySQL 0.63

    Download button

    No screenshots available
    Downloads: 358  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Kake Pugh | More programs
    Perl Artistic License / FREE
    October 16th, 2007, 12:05 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    CGI::Wiki::Setup::MySQL description

    A Perl module that can set up tables for a CGI::Wiki store in a MySQL database

    CGI::Wiki::Setup::MySQL is a Perl module that can set up tables for a CGI::Wiki store in a MySQL database.

    SYNOPSIS

    use CGI::Wiki::Setup::MySQL;
    CGI::Wiki::Setup::MySQL::setup($dbname, $dbuser, $dbpass, $dbhost);


    Omit $dbhost if the database is local.

    Set up a MySQL database for use as a CGI::Wiki store.

    FUNCIONS

    setup
    use CGI::Wiki::Setup::MySQL;
    CGI::Wiki::Setup::MySQL::setup($dbname, $dbuser, $dbpass, $dbhost);

    or

    CGI::Wiki::Setup::Mysql::setup( $dbh );

    You can either provide an active database handle $dbh or connection parameters.

    If you provide connection parameters the following arguments are mandatory -- the database name, the username and the password. The username must be able to create and drop tables in the database.

    The $dbhost argument is optional -- omit it if the database is local.

    NOTE: If a table that the module wants to create already exists, setup will leave it alone. This means that you can safely run this on an existing CGI::Wiki database to bring the schema up to date with the current CGI::Wiki version. If you wish to completely start again with a fresh database, run cleardb first.

    cleardb
    use CGI::Wiki::Setup::MySQL;

    # Clear out all CGI::Wiki tables from the database.
    CGI::Wiki::Setup::MySQL::cleardb($dbname, $dbuser, $dbpass, $dbhost);

    or

    CGI::Wiki::Setup::Mysql::cleardb( $dbh );

    You can either provide an active database handle $dbh or connection parameters.

    If you provide connection parameters the following arguments are mandatory -- the database name, the username and the password. The username must be able to drop tables in the database.

    The $dbhost argument is optional -- omit if the database is local.

    Clears out all CGI::Wiki store tables from the database. NOTE that this will lose all your data; you probably only want to use this for testing purposes or if you really screwed up somewhere. Note also that it doesn't touch any CGI::Wiki search backend tables; if you have any of those in the same or a different database see either CGI::Wiki::Setup::DBIxFTS or CGI::Wiki::Setup::SII, depending on which search backend you're using.

    ALTERNATIVE CALLING SYNTAX

    As requested by Podmaster. Instead of passing arguments to the methods as

    ($dbname, $dbuser, $dbpass, $dbhost)

    you can pass them as

    ( { dbname => $dbname,
    dbuser => $dbuser,
    dbpass => $dbpass,
    dbhost => $dbhost
    }
    )

    or indeed as

    ( { dbh => $dbh } )

    Note that's a hashref, not a hash.


    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    CGI::Wiki store | MySQL database | Perl module | CGI::Wiki | storage | MySQL



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM