如何查看mysql 32位 64位的

如题所述

0、mysql -V
1、mysql> show variables like '%version_%';
2、which mysql |xargs file (linux/unix系统)
3、echo STATUS|mysql -uroot -ppassword |grep Ver
温馨提示:答案为网友推荐,仅供参考
相似回答