https://www.runoob.com/mysql/mysql-install.html
https://www.jianshu.com/p/0c701a4e7976
/usr/local/mysql/bin (1)Use Strong Passord Encryption: MySQL root user pd=admin000111 (2)Use Legacy Passord Encryption: MySQL root user pd=admin0001112 export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home export PATH=$PATH:$JAVA_HOME/bin export M2_HOME=/Library/maven/apache-maven-3.5.3 export PATH=$PATH:$M2_HOME/bin export MYSQL_HOME=/usr/local/mysql export PATH=$PATH:$MYSQL_HOME/bin //登陆步骤: source ~/.bash_profile mysql -u root -p 密:admin0001112MySQL客户端SequelPro连接数据库失败:https://www.jianshu.com/p/6b4fa7b87547
(1)官网:https://dev.mysql.com/downloads/mysql/、https://blog.csdn.net/RunIntoLove/article/details/51422787
(2)参考:https://jingyan.baidu.com/article/fa4125ac0e3c2928ac709204.html