Learning MySQL Series - Setting MySQL on macOS

To get started with setting up my mac for using MySQL, I downloaded a copy of MySQL for mac at dev.mysql.com. After installation I need to modify ‘.zshrc’ and ‘.zprofile’ with the following settings below so terminal could recognise ‘mysql’ command. PATH=${PATH}:/usr/local/mysql/bin :bulb: Tip! If you decide use root account for MySQL, be sure to change password to something different otherwise you may bump into db connection issues with tools like VS Code....