Hello,
I'm trying to have following setup: mysql on host system and access to mysql via mysql.sock named pipe from jails.
I made mysql.sock hardlink from host system to jails, but it's not working.
From jail system I can see mysql.sock pipe, but when I'm trying to use it, mysql client is just saying
Is it supposed to work this way at all?
I'm trying to have following setup: mysql on host system and access to mysql via mysql.sock named pipe from jails.
I made mysql.sock hardlink from host system to jails, but it's not working.
From jail system I can see mysql.sock pipe, but when I'm trying to use it, mysql client is just saying
Code:
Can't connect to local MySQL server through socket '/basejail/tmp2/mysql.sock'