- Richard Feynman -
Mariadb on cygwin
From Juneday education
Revision as of 14:17, 26 June 2017 by Henrik Sandklef (Talk | contribs) (Created page with " = Installation = == Preparations == # Disable your windows firewall. # Start a cygwin terminal (running bash). == Procedure == First, we need to install the Mar...")
Installation
Preparations
Procedure
First, we need to install the MariaDB software. This command may take some minutes to complete.
mysql_install_db
Now, we start the MariaDB server.
mysqld_safe &
Note: You might get a firewall notice if the firewall is up and running!
To finish things off we secure the installation:
mysql_secure_installation
When this script is executing you will get a couple of questions.