请问得到版本号的关键字是什么?
mysql> mysql -V;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'mysql -V' at line 1
mysql> mysql --version;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'mysql --version' at line 1。
我直接打mysql -v;或mysql --version;也还是错呢。
2019-07-30 11:33:04
同学你好,报错信息:您的SQL语法有错误;检查对应于MySQL服务器版本的手册,以获得在第1行“MySQL -V”附近使用的正确语法。同学检查是否是语法错误,或同学可以尝试使用下面三个命令status; 或 mysql --help 或 select version(); 查看版本号。祝学习愉快!
2019-07-30 14:13:25
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星