-
I have compiled mym for **maci** architecture (Matlab 2009a), however am getting errors for the **maci64** architecture (Matlab 2009b). I can post my mym.mexmaci if it would helpful.
2009-11-09 15:04:17 UTC by Greg Gage
-
It would be great if a second 'open' usage could be added that accepted a Unix domain socket as destination. Basically, if the second argument--after 'open'--is a valid file system location, treat it as a Unix socket. If Unix sockets can be shared on a network, e.g. using Samba, then ideally this would be attempted regardless of platform. (If that's possible, then the validity of the file system...
2009-09-29 05:11:12 UTC by tjnycum
-
Sorry this response is so late.
Have you checked out this possibility:
http://dev.mysql.com/doc/refman/5.1/en/packet-too-large.html.
2009-09-28 05:23:30 UTC by jerlich
-
I think the way that mym hooks into mysql and zlib precludes this, though I am uncertain.
If you are having problems compiling, perhaps you could post your errors here?.
2009-06-11 15:37:20 UTC by mistaroblivion
-
I am not able to get mym to work with 'LOAD DATA LOCAL INFILE'.
The error I get is 'The used command is not allowed in this mysql version.'
This mysql reference page describes why the error occurs:
http://dev.mysql.com/doc/refman/5.0/en/load-data-local.html
I recompiled mysql with --enable-local-infile and the necessary lines in my.cnf both on the server (which is remote) and the...
2009-06-11 15:03:01 UTC by mistaroblivion