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
> 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 p