登陆mysql
mysql -uroot -p
列出数据库
show databases;
查看数据库使用引擎
show variables like '%storage_engine%';
最后更新于5年前