- Richard Feynman -
Difference between revisions of "Mariadb on cygwin"
From Juneday education
(Created page with " = Installation = == Preparations == # Disable your windows firewall. # Start a cygwin terminal (running bash). == Procedure == First, we need to install the Mar...") |
(→Procedure) |
||
Line 26: | Line 26: | ||
</source> | </source> | ||
When this script is executing you will get a couple of questions. | When this script is executing you will get a couple of questions. | ||
+ | <source lang="text"> | ||
+ | aslklasdj | ||
+ | </source> |
Revision as of 14:57, 26 June 2017
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.
aslklasdj