The following forum message was posted by Anonymous at http://sourceforge.net/projects/mysqlfs/forums/forum/441304/topic/1813046:
As a work around you can specify the options to pass to FUSE like:
mysqlfs -o\-oallow_other -ohost=localhost -ouser=user -opassword=password
-odatabase=mysqlfs ./fs
note the \-0 escape. this passes -oallow_other to the fuse main
|