Page 1 of 1

Four ways to view the MySQL version of Linux

Posted: Mon Apr 08, 2019 10:46 pm
by youyou
1、execute mysql-v under terminal

Re: Four ways to view the MySQL version of Linux

Posted: Mon Apr 08, 2019 10:51 pm
by youyou
2、Find mysql in help --help |grep Distrib

Re: Four ways to view the MySQL version of Linux

Posted: Mon Apr 08, 2019 11:19 pm
by youyou
3、View select version() in mysql;

Re: Four ways to view the MySQL version of Linux

Posted: Mon Apr 08, 2019 11:19 pm
by youyou
4、Check status in mysql

Re: Four ways to view the MySQL version of Linux

Posted: Mon Nov 30, 2020 3:35 am
by broomhaylie
Good post, a lot of stuff in here i did not know about :D