RE: bind to specific address

2001-06-24 Thread Chris Bolt
Hi, How to bind mysql to specific address if I am using my.cnf file. etc. [mysqld] --bind-address=xxx.xxx.xxx.xxx Is the above syntax correct ?? Close. [mysqld] bind-address=xxx.xxx.xxx.xxx - Before posting,

Re: bind to specific address

2001-06-24 Thread Joseph Bueno
Mark Lo wrote: Hi, How to bind mysql to specific address if I am using my.cnf file. etc. [mysqld] --bind-address=xxx.xxx.xxx.xxx Is the above syntax correct ?? Thanks Mark Hi, I am using : [mysqld] bind-address=xxx.xxx.xxx.xxx in my own /etc/my.cnf, and it works.