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

自作のmysqlインストールの場合、my.cnfはどこにありますか?

    デフォルトではmy.cnfはありません。そのため、MySQLはすべてのデフォルト設定で起動します。独自のmy.cnfを作成してデフォルトを上書きする場合は、/ etc/my.cnfに配置します。

    また、mysql --helpを実行することもできます リストされているconfの場所を探します。

    Default options are read from the following files in the given order:
    /etc/my.cnf /etc/mysql/my.cnf /usr/etc/my.cnf ~/.my.cnf 
    The following groups are read: mysql client
    The following options may be given as the first argument:
    --print-defaults        Print the program argument list and exit.
    --no-defaults           Don't read default options from any option file.
    --defaults-file=#       Only read default options from the given file #.
    --defaults-extra-file=# Read this file after the global files are read.
    

    ご覧のとおり、confファイルをバイパスしたり、コマンドラインでmysqlを呼び出したときに読み取る他のファイルを指定したりするためのオプションもいくつかあります。



    1. java.lang.IllegalStateException:CursorWindowから行0、列-1を読み取れませんでした-Androidsqliteの問題

    2. SQLと手続き型ステートメントの能力をMariaDBのOracle互換モードと組み合わせる

    3. Oracleで日付から月の名前を取得する方法

    4. このSQLステートメントをDjangoQuerySetに変換するにはどうすればよいですか?