How do I install MariaDB on Windows

0 votes
Gow do I install MariaDB on windows 10?
Mar 22, 2019 in Database by Mike
2,322 views

1 answer to this question.

0 votes

Hwy @Mike, install the latest stable version of MariaDB from its official website. Follow these steps:

Select the Operating system you wish to install this on.

Unzip the downloaded archive from MariaDB, rename the folder to MariaDB and move it to C:\Server\bin\.

Move the C:\Server\bin\mariadb\data\ folder to the C:\Server\data\DB\ folder.

In the C:\Server\bin\mariadb\ folder creates my.cnf file and copy into it:

[mysqld]
datadir="c:/Server/data/DB/data/"

To install and lunch the service, run the following commands:

C:\Server\bin\mariadb\bin\mysqld --install
net start mysql
answered Mar 22, 2019 by Nitin

Related Questions In Database

0 votes
1 answer

How do i install MongoDB on ubuntu?

Hey @Aryaa, follow these steps: Import Public Key sudo ...READ MORE

answered Mar 15, 2019 in Database by Avinash
1,483 views
0 votes
1 answer

How do I install MSSQL Server on Linux?

Hey @Rajni, to install MSSQL Server on ...READ MORE

answered Mar 17, 2019 in Database by Rakesh
1,259 views
0 votes
1 answer

How do I enable Oracle automatically on systemboot?

To enable the database service to start ...READ MORE

answered Oct 5, 2018 in Database by Frankie
• 9,830 points
1,218 views
0 votes
1 answer

How to install Oracle DB on Windows?

Installing Oracle DB is pretty easy wrt other ...READ MORE

answered Feb 28, 2019 in Database by Priyaj
• 58,020 points
2,099 views
+2 votes
5 answers

How to install Ganache.appx on Windows 7

Go to https://github.com/trufflesuite/ganache/releases there are a set of ...READ MORE

answered Aug 17, 2018 in Blockchain by Omkar
• 69,180 points
16,363 views
0 votes
1 answer

How to install Hadoop on Windows system?

First you need to download Hadoop files. ...READ MORE

answered Feb 20, 2019 in Big Data Hadoop by Omkar
• 69,180 points
4,008 views