Is there a simple way to output a CSV from MySQL that can be read by all users?
The issue is as follows. On macosx by default the user is _msyql who is a member of the wheel group. Also by default the INTO command will create a file with read permissions for the wheel group only. Since adding a user to the wheel group is not good, this would seem to imply there is no good simple way to make use of INTO.