Install MySQL Mac High Sierra
Welcome Mac User! The Tutorial Shows You Step-by-step How-to Install MySQL on Mac High Sierra 10.13 OS X Systems.
And here is presented the MySQL Database Community Edition Mac Install.
Since Oracle MySQL is the most diffused open-source relational database management system.
Finally there is also the possibility to Install the MySQL DB by the MacPorts but at this is time that way is not working on High Sierra due to missing dependencies.

-
Download Latest MySQL for Mac OS X:
-
Then Double-Click to Mount the Dmg archive
-
Double-Click on the MySQL Package Installer
-
Then Follow the Wizard Installer
Take Note of the auto-generated Password!
-
Open a Terminal Shell Emulator
Applications > Utilities > Terminal
(Press “Enter” to Execute Commands) -
Inserting MySQL into the PATH
For the Bash Shell:echo 'export PATH=$PATH:/usr/local/mysql/bin' >> ~/.bashrc
Then to Load the New Set Up:
bash
-
Starting MySQL Server
sudo mysqld_safe
-
Securing MySQL Server deployment
sudo mysql_secure_installation
-
QuickStart with MySQL Database: