sql >> データベース >  >> RDS >> Mysql

mysql -vコマンドラインエラー(linux / ubuntu)

       ·   --verbose, -v
    
           Verbose mode. Produce more output about what the program does. This option can be given multiple times to produce more and more output. (For example, -v -v -v produces table output format even in
           batch mode.)
    
       ·   --version, -V
    
           Display version information and exit.
    

    あなたが欲しいもの ?詳細またはバージョン?

    サーバー側のバージョンが必要な場合は、サーバーに接続し、クエリstatus;を送信します

    完全な引数でサーバーに接続する必要があります。例:

    > mysql --user=user --password=password --host=serverip
    

    または、引数を~/.my.cnfに配置します

    私のように:

    [mysql]
    default-character-set=utf8
    prompt="\\[email protected]\\h \\r:\\m:\\s > "
    user=user
    password=DqvQ86ls1VQit617C
    host=127.0.0.1
    port=3306
    



    1. SQL Server データベースで最近のオブジェクトの変更を見つける

    2. MySQLでibtmp1ファイルをクリーンアップまたはサイズ変更するにはどうすればよいですか?

    3. ベースアダプタとリストビューを使用してデータベースのデータを表示する

    4. 結果の条件に基づいて、mysqlクエリのエントリを挿入または省略します