Installing System Tables on Windows
Details the use of `mariadb-install-db.exe` on Windows to create new database instances, set the root password, and register Windows services.
Last updated
Was this helpful?
Details the use of `mariadb-install-db.exe` on Windows to create new database instances, set the root password, and register Windows services.
Last updated
Was this helpful?
Was this helpful?
mariadb-install-db.exe --datadir=C:\db --service=MyDB --password=secretsc start MyDBsc stop <servicename>
sc delete <servicename>
rmdir /s /q <path-to-datadir>