Hello Michal, For performing a non-interactive installation of the software, pleas look into the installation manual at http://dev.mysql.com/doc/maxdb/en/5e/4337c692cb9249b462e90ac3c5f2d4/content.htm for details how to supply parameters to the installation program so that it runs silently.
Once the software is installed, a new database can be created e.g. using the command line dbmcli (use the sample at http://dev.mysql.com/doc/maxdb/install.html as hint). Once the database is created, you can use what you like to create users and tables etc. Usually the Loader is used if you want to create a large number of table and/or populate it with data, for small number you can go with the sqlcli tool or even simply use the sql task of ant. Regards Alexander Schröder SAP DB, SAP Labs Berlin > -----Original Message----- > From: Michał Kasperczyk [mailto:[EMAIL PROTECTED] > Sent: Monday, January 17, 2005 3:24 PM > To: [email protected] > Subject: MaxDB unattended instalation > > > Is there possible to make unattended instalation under > Windows (and/or Linux)? > > As instalation i mean: > 1. server instalation with jdbc driver > 2. new instance of database > 3. new users > 4. few tables > > > > -- > MaxDB Discussion Mailing List > For list archives: http://lists.mysql.com/maxdb > To unsubscribe: > http://lists.mysql.com/[EMAIL PROTECTED] > > > -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
