Suppose I need to change my mysql tmp directory from /tmp to /mysqltmp because it's filling up my secured /tmp directory (which is 4 GB).
Isn't this causing a security issue, when a user drops to shell?
So can yo explain what is to prevent a user from escaping to a MySQL Shell prompt (which can be easily done), and be able to list all of our customers backups?
Do I have do certain things to prevent this?
Isn't this causing a security issue, when a user drops to shell?
So can yo explain what is to prevent a user from escaping to a MySQL Shell prompt (which can be easily done), and be able to list all of our customers backups?
Do I have do certain things to prevent this?