[Mysql]mysql windows下配置文件
环境是win7 mysql5.6版本
测试下配置文件是否可用(之前没用过windows下的msyql配置)
mysql> show variables like '%max_connections%'; +-----------------+-------+ | Variable_name | Value | +-----------------+-------+ | max_connections | 100 | +-----------------+-------+ 1 row in set
mysql> show variables like '%max_connections%'; +-----------------+-------+ | Variable_name | Value | +-----------------+-------+ | max_connections | 100 | +-----------------+-------+ 1 row in set
</pre><pre name="code" class="python">mysql> show variables like '%datadir%'; +---------------+-----------------------------+ | Variable_name | Value | +---------------+-----------------------------+ | datadir | D:\devsofts\mysqldata\data\ | +---------------+-----------------------------+ 1 row in set
本文出自 “orangleliu笔记本” 博客,转载请务必保留此出处http://blog.csdn.net/orangleliu/article/details/41681927
作者orangleliu 采用署名-非商业性使用-相同方式共享协议
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。