This article describes how to move the MariaDB of the custo diagnostic database to another location
[mysqld] datadir='D:\mariadb' |
Change the Windows Service for the MariaDB service.
You have to open a cmd as administrator and with extended rights.
Insert this command and change the location in the "--defaults-file" option to your new location folder:
sc config diagserverdb binpath="\"C:\Program Files\custo diagnostic server\mariadb\bin\mysqld.exe\" \"--defaults-file=D:\mariadb\my.ini\" \"diagserverdb\"" |
Run the command.
If the command line returnes "[SC] ChangeServiceConfig SUCCESS" all things are fine. Otherwise you have to search for errors.