I have a 10.237.49.251 IP on eth0 and another IP on another interface
How do I enable remote mysql calls on eth0 device?
|
|
The mysqld configuration file - at The default (at least on Ubuntu) is to listen only on localhost, aka. the loopback interface (127.0.0.1). Otherwise, MySQL can listen on all available ports and interfaces, which can be explicitly specified with |
|||
|
|
|
you can use :
|
||||
|
|