Page 1 of 1

Set ip for remote access

Posted: Mon Jun 19, 2017 6:33 am
by ludwingamd
How can I establish an ip to access from another web or application to the database?
Only appears localhost.

Re: Set ip for remote access

Posted: Mon Jun 19, 2017 7:37 am
by Phogo
Ensure remote access is allowed in your my.cnf and connect using the IP address of the server.

Re: Set ip for remote access

Posted: Mon Jun 19, 2017 7:43 am
by ludwingamd
How can I know the server IP?

Re: Set ip for remote access

Posted: Wed Jun 21, 2017 10:33 am
by Phogo
You should really know the IP address of the server... But to see this you can either run

Code: Select all

ip addr show
or

Code: Select all

ifconfig