Try:試し:
mysql -e status|grep ‘Server version’ MySQLのメール状態| grep 'のサーバーのバージョン'

If that doesn’t work then use:仕事を使用されていない場合:
mysql -u root -p -e status|grep ‘Server version’ ルートのMySQL - u - p -メール状態| grep 'のサーバーのバージョン'
Provide root password when prompted.提供するプロンプトが表示されたらrootのパスワードを入力します。 Default root password for MySQL is empty string, so just pressing enter when prompted for password will suffice by default.デフォルトのルートのパスワードをMySQLが空の文字列を、これだけが表示されたら、 Enterキーを押しますパスワードは、デフォルトで十分です。

Windows users should simply run: Windowsユーザは、単に実行する:
mysql -e status MySQLのメールの状態
or the equivalent with login specified and then look for Server version string in the output to find the version.またはに相当するとログインしないと入力し、サーバーのバージョンの文字列を探して、出力を見つけるにはバージョンです。