Skip to main content
typo
Source Link
Roy
  • 4.6k
  • 4
  • 40
  • 54

It looks like your permissions on /tmp are wrong. They really should be read/write/execute for everyone with the sticky bit set.

chmod 1777 /tmp 

The sticky bit add some restrictions to how other users interact with files not created or owned by them, so there's no reason to worry.

If you wish, you may also create a seperate directory owned and writeable myby the mysql user and specify that directory in my.cnf to be used instead of the system wide /tmp.

It looks like your permissions on /tmp are wrong. They really should be read/write/execute for everyone with the sticky bit set.

chmod 1777 /tmp 

The sticky bit add some restrictions to how other users interact with files not created or owned by them, so there's no reason to worry.

If you wish, you may also create a seperate directory owned and writeable my the mysql user and specify that directory in my.cnf to be used instead of the system wide /tmp.

It looks like your permissions on /tmp are wrong. They really should be read/write/execute for everyone with the sticky bit set.

chmod 1777 /tmp 

The sticky bit add some restrictions to how other users interact with files not created or owned by them, so there's no reason to worry.

If you wish, you may also create a seperate directory owned and writeable by the mysql user and specify that directory in my.cnf to be used instead of the system wide /tmp.

added 176 characters in body
Source Link
Roy
  • 4.6k
  • 4
  • 40
  • 54

It looks like your permissions on /tmp are wrong. They really should be read/write/execute for everyone with the sticky bit set.

chmod 1777 /tmp 

The sticky bit add some restrictions to how other users interact with files not created or owned by them, so there's no reason to worry.

If you wish, you may also create a seperate directory owned and writeable my the mysql user and specify that directory in my.cnf to be used instead of the system wide /tmp.

It looks like your permissions on /tmp are wrong. They really should be read/write/execute for everyone with the sticky bit set.

chmod 1777 /tmp 

The sticky bit add some restrictions to how other users interact with files not created or owned by them, so there's no reason to worry.

It looks like your permissions on /tmp are wrong. They really should be read/write/execute for everyone with the sticky bit set.

chmod 1777 /tmp 

The sticky bit add some restrictions to how other users interact with files not created or owned by them, so there's no reason to worry.

If you wish, you may also create a seperate directory owned and writeable my the mysql user and specify that directory in my.cnf to be used instead of the system wide /tmp.

Source Link
Roy
  • 4.6k
  • 4
  • 40
  • 54

It looks like your permissions on /tmp are wrong. They really should be read/write/execute for everyone with the sticky bit set.

chmod 1777 /tmp 

The sticky bit add some restrictions to how other users interact with files not created or owned by them, so there's no reason to worry.