Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
データベース内から mysql の現在の構成を表示するコマンドが見つかりません。
/etc/mysql/my.cnf を見ることができることはわかっていますが、それは私が必要としているものではありません。
あなたが探しているのはこれです:
SHOW VARIABLES;
クエリと同様に、さらに変更できます。
SHOW VARIABLES LIKE '%max%';
使用SHOW VARIABLES:
SHOW VARIABLES
「バージョン」などの変数を表示します。