MariaDB デフォルトのエンジン情報を取得するサンプル
環境
MariaDB 10.10.2
構文
select *
from information_schema.ENGINES
デフォルトのエンジン情報を取得する場合は、「information_schema」の「ENGINES」を確認します。
使用例
select *
from information_schema.ENGINES
Coding Changes the World
環境
MariaDB 10.10.2
構文
select *
from information_schema.ENGINES
デフォルトのエンジン情報を取得する場合は、「information_schema」の「ENGINES」を確認します。
使用例
select *
from information_schema.ENGINES