mysql Package Installation on Mac

About mysql : Open source relational database management system!

MySQL is an open-source relational database management system (RDBMS).

MySQL is free and open-source software under the terms of the GNU General Public License. MySQL was owned and sponsored by the Swedish company MySQL AB, which was bought by Sun Microsystems (now Oracle Corporation).

More Information: https://dev.mysql.com/doc/refman/5.7/en/

Steps:

  1. Launch Terminal by pressing command+space, type terminal and hit Enter key.
  2. Run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install
    brew install mysql

Done! Also learn how to do replication/migration in MySQL as shown below

AWS Database Migration/Replication For MySQL