in reply to IndigoPerl work with Mysql db?

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.

Replies are listed 'Best First'.
Re: Re: IndigoPerl work with Mysql db?
by webstudioro (Acolyte) on Jul 16, 2003 at 16:55 UTC
    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.