手动启动mysql 服务
打开终端
***@huahuapro ~ % mysql --version
zsh: command not found: mysql
***@huahuapro ~ % PATH="$PATH":/usr/local/mysql/bin
***@huahuapro ~ % mysql --version
mysql Ver 8.0.27 for macos11 on arm64 (MySQL Community Server - GPL)
***@huahuapro ~ % mysql -uroot -ph*****
mysql: [Warning] Using a password on the command line interface can be insecure.
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 19
Server version: 8.0.27 MySQL Com