Skip to content

Instantly share code, notes, and snippets.

@tranchausky
Last active August 21, 2024 06:59
Show Gist options
  • Save tranchausky/3ca6352a9f22dc32278545fcced27afb to your computer and use it in GitHub Desktop.
Save tranchausky/3ca6352a9f22dc32278545fcced27afb to your computer and use it in GitHub Desktop.

download file mariadb for win (can select new version mariadb)

https://mariadb.org/download/?t=mariadb&p=mariadb&r=10.11.9&os=windows&cpu=x86_64&pkg=msi&mirror=vhost_vn Need waiting for ajax get option at version

Package Type -> Zip file

https://mariadb.com/kb/en/installing-mariadb-windows-zip-packages/ https://mariadb.com/kb/en/mysql_install_db-exe/

Install file

C:\zip_unpack\directory> bin\mysqld_install_db.exe or

F:\drive_E\mariadb-10.11.9-winx64\bin>mysql_install_db.exe --port=3307 --password=123456

start server like this

C:\zip_unpack\directory> bin\mysqld.exe --console

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment