mysql logs
-
Hi everyone,
How to fix “mbind: Operation not permitted” in mysql error log ( /tmp/mysqld.err in the mysql container)?
-
Hi everyone,
How to fix “mbind: Operation not permitted” in mysql error log ( /tmp/mysqld.err in the mysql container)?
@vladimir-d according to https://stackoverflow.com/questions/55559386/how-to-fix-mbind-operation-not-permitted-in-mysql-error-log#55706057 it seems some capabilities are not enabled. We generally take a more stripped down approach instead of supporting everything from the get go.
Can you figure out which app triggers this?
-
@vladimir-d according to https://stackoverflow.com/questions/55559386/how-to-fix-mbind-operation-not-permitted-in-mysql-error-log#55706057 it seems some capabilities are not enabled. We generally take a more stripped down approach instead of supporting everything from the get go.
Can you figure out which app triggers this?
@nebulon just checked we have the same issue on another cloudron host.
There are some different applications, some others the same.
I suspect it could be EspoCRM app. -
@nebulon just checked we have the same issue on another cloudron host.
There are some different applications, some others the same.
I suspect it could be EspoCRM app. -
Hi everyone,
How to fix “mbind: Operation not permitted” in mysql error log ( /tmp/mysqld.err in the mysql container)?