The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MySQL::Admin::GUI - Just a MySQL administration Web-App

SYNOPSIS

use MySQL::Admin::GUI; ContentHeader("config/settings.pl"); print Body();

EXPORT

  action Body maxlength openFile

ContentHeader

    ContentHeader("/path/to/your/settings.pl");

Body

  print Body();

ChangeDb

    my %db = {

            name => '',

            host   => '',

            user => '',

            password => '',

    };

    ChangeDb(\%db);

Unique()

  $unique =Unique();

SEE ALSO

CGI MySQL::Admin DBI DBI::Library DBI::Library::Database MySQL::Admin::Main HTML::TabWidget HTML::Menu::Pages

AUTHOR

Dirk Lindner <dirk.lze@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2005-2015 by Hr. Dirk Lindner

This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.