https://bugs.contribs.org/show_bug.cgi?id=10468

--- Comment #1 from Jean-Philippe Pialasse <[email protected]> ---
I am assuming you are using a SME server server gateway and you are on the lan
side

please correct me if not

it should work the same way as the regular db
https://wiki.contribs.org/MySQL#Access_MySQL_from_the_local_network


(In reply to Mark Phillips from comment #0)
> Have software collections installed, mysql57 up and running. 
> I can connect via the command line on the server. However, I cannot connect
> using a tool like Aqua Data Studio from my workstation on the LAN.
> 
> I set the config db as follows:
> # config show mysql57-mysqld
> mysql57-mysqld=service
>     LocalNetworkingOnly=no
>     TCPPort=3309
>     UDPPort=3309
>     access=public
>     status=enabled


public is for open on the wan side, you might not want that.
port forward is also to let outside word, you do not need and do not wantto
declare anyTCP or UDP Port here


> 
> Also added a port forwarding rule for port 3309 to localhost via
> server-manager. 
> 
> test with telnet:
> $ telnet japatul.mophilly.com 3309
> Trying 192.168.181.21...
> telnet: connect to address 192.168.181.21: Connection refused
> telnet: Unable to connect to remote host
> 
> The private IP address is correct.

what gives
# ps aux |grep mysql


it will take me few more days to roll a vm to test further and try to
reproduce, so we will try to investigate a little more what you see

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to