Hi Terry, > Using code copied from the existing framework, I was getting the > following when the sockets handler was starting: > > Connection Refused (NAS): [Errno 111]
This means the TCP port on the NAS's network interface has nothing listening to it to accept your incoming connection request. This may be because the MySQL server isn't configured to listen on the network interface, or it is listening on that interface but on another non-standard TCP port. Does any existing software talk to the MySQL server on that machine from outside of that machine? > access the database independently using the MySQL client from a > console. ... > ERROR 1043 (08S01): Bad handshake Is that using the mysql(1) program from a shell? Or some other MySQL client? > I can log in to the D-Link and thence to the PHPMyAdmin App with these > credentials through a browser. From there you can probably examine the configured users and perhaps the server's configuration. -- Cheers, Ralph. -- Next meeting: Online, Jitsi, Tuesday, 2023-08-01 20:00 Check to whom you are replying Meetings, mailing list, IRC, ... http://dorset.lug.org.uk New thread, don't hijack: mailto:dorset@mailman.lug.org.uk