windows에서 mysql 버전을 확인하는 방법입니다.
현재 window PC에는 MariaDB가 배포되어있어 MariaDB로 테스트하였습니다. mysql 버전확인 또한 동일합니다.
C:\> mysql -v
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 2 Server version: 10.0.17-MariaDB mariadb.org binary distribution Copyright (c) 2000, 2015, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> exit Bye
MariaDB version : 10.0.17-MariaDB