config

Posted 看写写

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了config相关的知识,希望对你有一定的参考价值。

mysql 的各种配置,文件路径

dataDir

# 文件路径
show variables like '%datadir%';

# 独立表空间
show VARIABLES like 'innodb_file_per_table'
## 
这个目录就是mysql配置的根目录
## binlog
## undo log 
## redo log 

以上是关于config的主要内容,如果未能解决你的问题,请参考以下文章

C#之app.configexe.config和vshost.exe.config作用区别

什么是machine.config文件

app.config/web.config 中的变量

如何重新创建 app.config.exe.config

WCF 何时使用 app.config 或 web.config?

Symfony4 - 'app/config/config.yml' 不见了?