1. 登录MySQL数据库mysql -uroot -p
2. 退出MySQLquit或者exit
3. 查看MySQL版本(四种方法)
在终端下执行: mysql -V
在help中查找 mysql --help | grep Dist
2019-09-23