Tip: How To Find MySQL Versionヒント: MySQLのバージョンを確認する方法
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.またはに相当するとログインしないと入力し、サーバーのバージョンの文字列を探して、出力を見つけるにはバージョンです。
Filed under提出されて Databaseデータベース , 、 How Toどのように , 、 Linuxリナックス , 、 MySQL MySQLの , 、 RDBMS RDBMSのより多くの , 、 Webウェブ , 、 Windows Windowsの | |
| |
RSS 2.0 RSS 2.0を | |
Trackbackトラックバック this Article |この記事|
Email this Article電子メールこの記事
You may also like to readを読むようにすることも可能 |




September 1st, 2007 at 9:13 am 2007年9月1日は午前9時13時
i am doing select version(); which gives me the version from sql ?私が取り組んで選択バージョン( ) ;を与えてくれるのバージョンからのSQLですか?