How To Install MariaDB On Windows
You will find that many DJ and radio station programs require you to have a database server on your computer. MariaDB is rapidly becoming the most popular database for non-enterprise purposes. It is pretty much identical in commands and functions to MySQL. If you do not know how to install MariaDb on Windows you come to the right place. Do not let the idea of installing a database server be intimidating. It is a very straightforward process. Just follow the steps exactly as laid out. Warning!!! Always back-up up your computer before installing any kind of server software. You have been advised! Consider creating a “System Restore Point” as well. Now to install MariaDB read on.
Step 1. Download MariaDB For Windows Installation:
First, you need to download the community version of MariaDB Server. Open your browser, head to MariaDB Downloads, and select “MS Windows (64 bit)” from the OS selector. Remember where you saved your download!
Step 2. Start Installation:
Open the file you downloaded and then click “Next.
Step 3. Read And Accept The License Agreement:
Step 4. Select Your Options:
If your sole purpose is to run the software that requires a database, you can skip installing every selection but “Database Instance” The choice is yours.
Step 5. Set The Root Password:
Make the root password something very strong. You can use an online password generator if you want to. Here is a link to the one I use. Strong Random Password Generator.
Step 6. Uncheck “Enable access from remote machines”:
Step 7. Select “Use UTF8 As Default Character Set:
Step 8. Configure Instance Properties:
The defaults are all good here. You can change the port to something other than 3306 for security reasons if your software allows you to configure a port other than 3306. Port 3306 is standard.
Installing as a service means it will automatically start when Windows starts up.
Step 9. Did You Make A Backup or Restore Point? Click Install:
If all goes well you will get the screen below.
How to Uninstall, Change, And Repair:
Uninstalling is very easy. You also have the options to make changes, repair if you have issues, or remove the installation.
Save Data?
You are given the option to save or keep your data.
There you go! How to install mariadb on Windows in 9 easy steps.
I hope this has been helpful. Feel free to use the comments section below if you have questions. I try to respond within 24 hours.