Installing MariaDB Windows ZIP Packages
Users need to run mariadb-install-db.exe, without parameters to create a data directory, e.g
C:\zip_unpack\directory> bin\mariadb-install-db.exeThen you can start server like this
C:\zip_unpack\directory> bin\mariadbd.exe --consoleIf you like to customize the server instance (data directory, install as service etc), please refer to mariadb-install-db.exe documentation
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?

