-
[root@localhost ~]# mysql -V
-
[root@localhost ~]# mysql --help | grep Distrib
在mysql下有四种
-
登陆时会显示
-
mysql> status;
-
mysql> select version();
-
mysql> show variables like “%version%”;
windows下cmd操作的全部贴图(cmd没有grep命令,直接mysql --help)
[root@localhost ~]# mysql -V
[root@localhost ~]# mysql --help | grep Distrib
在mysql下有四种
登陆时会显示
mysql> status;
mysql> select version();
mysql> show variables like “%version%”;
windows下cmd操作的全部贴图(cmd没有grep命令,直接mysql --help)