맥 Mysql 설치 및 설정
맥 Mysql 설치 및 설정
brew update
brew install mysql
mysql.server start
mysql_secure_installation
mysql -uroot -p
맥 Mysql 설치 및 설정
brew update
brew install mysql
mysql.server start
mysql_secure_installation
mysql -uroot -p