George Georgalis wrote:

> After I wrote that, I made some good progress... notably:
> http://www.thedumbterminal.co.uk/software/webmysql.shtml
>
> This might be good too, haven't tried
> http://sourceforge.net/projects/mysqltool/
>
> // George

That sounds good.  You didn't say what myphpadmin does, though, so I'm not
really sure what functionality you are looking for.  The standard tool in Perl
for basic DB access is the DBI [database independent] interface, coulple
withDBD::<target_db> as the driver for specific engine <target_db>.  You will
want to get familiar with these, though it sounds like yur immediate issue has
more to do with database administration.  I'm not sure what DBI's capabilities
are for design tasks.  It does have methods for querying metadata.  My guess is
that it will also pass DDL statements as well as SQL.

Joseph


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to