- Richard Feynman -
Mariadb on cygwin
From Juneday education
Revision as of 17:29, 26 June 2017 by Henrik Sandklef (Talk | contribs)
MariaDB client
Preparations
Launch the cygwin setup program and install the package mysql
.
To connect to Mamp's MySQL:
mysql -p -u root -h 127.0.0.1
MariaDB Server
Preparations
Procedure
Launch the cygwin setup program and install the package mysqld
. Now we need to install the MariaDB software with the following command.
mysql_install_db
Note: This command may take some minutes to complete.
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