Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

WARNING: THIS ACTION SHOULD BE TAKEN BY QUALIFIED PERSONAL ONLY!

In some occasions it would be okay to start with an empty MariaDB. E.g. if you would like to do some more testing with a 14 days trail version.

...

To delete the database you have to stop the custo diagnostic server (Apache Tomcat Server) in services on your computer or start the application and press <Stop>


Open the file "init.sql" which is default located in the directory "C:\Program Files\custo diagnostic server\mariadb\"

Image RemovedImage Added


Open a power shell window on the following location "C:\Program Files\custo diagnostic server\mariadb\bin\" (You can do so by holding the Shift key and press the right mouse button, in the drop-down menu you'll find "open a powershell windows window here")

Type: cmd

The following message willl will be shown:

Microsoft Windows [Version 10.0.17763.1697]

...

CREATE DATABASE IF NOT EXISTS diagdb DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;


If When the command has been executes successful you will see the following message:

...