macOS 上 my.cnf 文件的位置
本教程将介绍macOS 上 my.cnf 文件的位置的处理方法,这篇教程是从别的地方看到的,然后加了一些国外程序员的疑问与解答,希望能对你有所帮助,好了,下面开始学习吧。
问题描述
I'm trying to follow along this tutorial to enable remote access to MySQL. The problem is, where should my.cnf
file be located? I'm using Mac OS X Lion.
解决方案
This thread on the MySQL forum says:
OS X provides example configuration files at /usr/local/mysql/support-files/
.
And if you can't find them there, MySQLWorkbench can create them for you by:
Opening a connection
Selecting the 'Options File' under 'INSTANCE' in the menu.
MySQLWorkbench will search for my.cnf and if it can't find it, it'll create it for you
好了关于macOS 上 my.cnf 文件的位置的教程就到这里就结束了,希望趣模板源码网找到的这篇技术文章能帮助到大家,更多技术教程可以在站内搜索。