> Hi,
>
> For Mysql, I'd recommend downloading their Administrator Tool as well
> as the Query Analyzer from http://www.mysql.com/products/tools. You can
> log on to your mysql server via the administrator tool and create the
> schema (database), user(s) and grant access.
Thanks for the suggestion. I wasn't clear enough. This needs to be part
of an application that will be installed and automatically configure the
database. My application at this stage will install MySQL automatically
if required and then setup the database.
The above is a visual tool and as such is not for these purposes. I can
created the MySQL database automatically, it's the others I'm not sure
about.
> For Postgresql try http://www.aquafold.com/index-postgresql.html which
> is a neat management tool. In fact, you can use this for your ODBC
> datasources too.
The tools you have posted do look nice though :).
Lionel.