79217782

Date: 2024-11-23 12:10:35
Score: 0.5
Natty:
Report link

You can do this in 2 steps, first invoke your mysql command and connect it to a named pipe

socat PIPE:/tmp/mysql_pipe EXEC:"mysql"

Then connect tcp clients to that named pipe

socat TCP4-LISTEN:31337,fork PIPE:/tmp/mysql_pipe
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Rob M