webstudioro has asked for the wisdom of the Perl Monks concerning the following question:

I've installed Indigoperl 5.6 for Win32 and tested my scripts.
Works grat. :) .But i have difficulties with the Mysql db.
I do not how create a database and i want to see all my databases.
How? Please help. Thank you.

Replies are listed 'Best First'.
Re: IndigoPerl work with Mysql db?
by Aristotle (Chancellor) on Jul 16, 2003 at 16:36 UTC
    The fine MySQL manual is probably what you're looking for. Additionally, googling for mysql tutorial should offer good help. Lastly, phpMyAdmin is great for graphical administration of MySQL installation.

    Makeshifts last the longest.

      Thank you , but i want help for IndigoPerl(only for perl).
        Well, a MySQL database is a MySQL database is a MySQL database. The MySQL documentation, tutorial and so on still apply.

        Makeshifts last the longest.

Re: IndigoPerl work with Mysql db?
by belg4mit (Prior) on Jul 16, 2003 at 20:03 UTC
    Well one answer is http://www.nusphere.com. That'll install Apache, PHP, phpMyAdmin, Perl, and MySQL. (they seem to have switched focus a bit, I believe what you want is the "technology platform" under downloads).

    --
    I'm not belgian but I play one on TV.

Re: IndigoPerl work with Mysql db?
by Anonymous Monk on Jul 16, 2003 at 21:21 UTC