Nothing in /opt/local/etc/mysql5 I found: /opt/local/lib/mysql5/bin/mysql_config /opt/local/bin/mysql_config5
both of which contain if [ 0 -eq 0 ]; then port=0 else port=3306 fi and /opt/local/include/mysql5/mysql/my_config.h which consists of a whole bunch of commented-out stuff, and that's it. Since it's apparently an 'optional' file, if I just created a file at /opt/local/etc/mysql5/my.cnf which contains "bind-address = 127.0.0.1", would that do the trick? On Sat, Jan 4, 2014 at 9:12 PM, Jeremy Lavergne <[email protected]>wrote: > The default is likely in /opt/local/etc/ > > You could run find in that directory for any “*.cnf” files. > find /opt/local/etc -type f -name “*.cnf" > > On Jan 4, 2014, at 22:10, Jeremy Lavergne <[email protected]> > wrote: > > > Running `port contents …` will list all the files of a given package, > including any default config files. > >
_______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
