MAC m2 mysql 5.7 install
·
개발/기타
# brew install after~ brew install mysql@5.7~ echo 'export PATH="/opt/homebrew/opt/mysql@5.7/bin:$PATH"' >> ~/.zshrc~ source ~/.zshrc~ mysql.server startStarting MySQL SUCCESS!~ mysql -urootWelcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 2Server version: 5.7.42 Homebrew # 5.7 확인Copyright (c) 2000, 2023, Oracle and/or its affiliates.Oracle is a registered trad..