PATH="$PATH":/usr/local/mysql/bin
连接数据库 mysql -uroot -p // cd 到桌面 输入上述命令 然后输入密码 就进入了
开启Tomcat服务器 sudo sh ./startup.sh //Mac 下 找到 tomcat 的文件路径 ApacheTomcat --> bin cd 到这个目录
关闭Tomcat服务器 sudo sh ./shutdown.sh
启动tomcat
Cannot find bin/catalina.sh
The file is absent or does not have execute permission
This file is needed to run this program
原因: 没有权限
解决 : chmod 777 *.sh