From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 

> So my question again: How can I remove Maxdb completely without the
Maxdb admin password?

1. Remove the database registration

  Windows:
    Remove all service entries of your database with the Microsoft
service manager:
    >sc delete "SAP DBTech-<dbname>"
    >sc delete "SAP DBTech-<dbname> (quick)"
    >sc delete "SAP DBTech-<dbname> (slow)"  
    >sc delete "SAP DBTech-<dbname> (test)"

    You may check the service names in registry in
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services.
    If the datbase is online you can stop it via the Service Manager or
with the "sc" or "net" command 
    (included in the operating system).

  UNIX:
    Check and remove the entries of your database in the file
<indepdatapath>/config/Databases.ini

2. Cleanup the file system

    Check and delete all files with your database name:
      <indepdatapath>/config/*<dbname>*    
      <indepdatapath>/wrk/*<dbname>*
    
    Check an remove the RUNDIRECTORY. The default is
<indepdatapath>/wrk/<dbname>. But
    this is configurable so it may be at a different location.

    Check an remove the volumes. In a default configuration the volumes
are in the
    RUNDIRECTORY. 
      
Good luck!

Bernd

--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to