From: Dan Nelson Date: November 26 2006 5:59pm Subject: Re: bind-address: settable via /etc/mysql/my.cnf only? List-Archive: http://lists.mysql.com/mysql/203512 Message-Id: <20061126175929.GF29363@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Nov 26), Amit Dor-Shifer said: > Hi, > I tried setting 'bind-address' as an option from ~/.my.cnf: > > (amit0:~) # cat ~/.my.cnf > [mysqld] > bind-address 127.0.0.1 > (amit0:~) # mysqld > 061126 16:08:54 [ERROR] mysqld: unknown option '--bind-address 127.0.0.1' Try "bind-address=127.0.0.1". Option files require an "=" between the option name and the value. See http://dev.mysql.com/doc/refman/5.0/en/option-files.html -- Dan Nelson dnelson@stripped