Hi all,

   I tried to use config. variable 'bind-address' for MySQL 4.0.2a
(mysqld-max-nt) to assign a particular ip for the server.  However, I got
the following error:

E:\mysql4.0.2a\bin>mysqld-max-nt --help
Unknown suffix '.' used for variable 'bind-address' (value '192.168.0.176')
mysqld-max-nt: Error while setting value '192.168.0.176' to 'bind-address'

my .ini segment as follow:

# The MySQL server
[mysqld]
port=3306
skip-name-resolve
bind-address=192.168.0.176
....


Any help would be appreciated. Thank you.

Regards,
Michael


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to