下面允许我介绍一下MySQL的my.ini配置文件:
my.ini是什么?
my.ini是MySQL数据库中使用的配置文件,修改这个文件可以达到更新配置的目的。
my.ini存放在哪里?
my.ini存放在MySql安装的根目录,如图所示:

my.ini的具体内容介绍:
1 # CLIENT SECTION2 # ----------------------------------------------------------------------
3 #4 # The following options will be read byMySQL client applications.5 # Note that only client applications shipped byMySQL are guaranteed6 # to read this section. If you want your own MySQL client program to
7 # honor these values, you need to specify it as an optionduring the8 # MySQL client library initialization.9 #10 [client]
11
12 port=3306
13
14 [mysql]
15
16 default-character-set=gb2
最后
以上就是虚心薯片最近收集整理的关于mysql my.ini 配置_MySQL配置文件-my.ini的全部内容,更多相关mysql内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复