获得MySQL数据库存放位置
更新记录
2022年6月13日 发布。
2022年6月11日 开始。
通过查看MySQL与存储目录相关的参数
show variables like '%dir%';
通过查询后datadir参数的值为:
/var/lib/mysql/
更新记录
2022年6月13日 发布。
2022年6月11日 开始。
通过查看MySQL与存储目录相关的参数
show variables like '%dir%';
通过查询后datadir参数的值为:
/var/lib/mysql/