python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to compose a connection string without login credentials .net MySqlConnector/Pomelo.EntityFrameworkCore.MySql?
I am looking for solution to use connection string without user name and password specified with MariaDB server. I am running app and DB server on same machine so I decided to use unix_socket authenti...
tgo
Votes: 0
Answers: 1
how exactly does gRPC for python handles unix domain sockets
After trying a few things, I got to a point where I can run client-server gRPC connection that is UDS based on the same host. Since I didn't find any detailed documentation for this setup, my main con...
jsofri
Votes: 0
Answers: 0
Domain Sockets with Spring boot & Netty
I am trying to use Unix Domain sockets with Spring boot ver. 2.6.4 on Windows 10. Here is the code for a simple server that I am trying to bootstrap
@SpringBootApplication
public class UdsApplicat...
sdeep-de
Votes: 0
Answers: 1
How to automatically login via Windows 10 Open SSH client (pre-stored password)? [Putty or BitVise SSH is not an option!]
Recently our web hoster (Domainfactory) changed the method to externally access our online mysql database. From simple ssh "port forwarding" to a "unix socks tunnel".
The ssh call ...
berlinaut
Votes: 0
Answers: 1