linux怎么查看mysql版本?

一、使用linux终端

1、使用mysql -V

命令

2、使用mysql --help|grep Distrib命令

二、在linuxde MySQL中进行查看

1、使用select version()命令

2、使用status命令