Very nice, though it needs one feature: it is a bother to guess how many columns are outputted, and to name all columns when that number is large. I really need some sort of cell / struct option.
I got this to work on Mac OSX.
1. open terminal and type export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/usr/local/mysql-5.5.18-osx10.6-x86_64/lib/
2. launch matlab from terminal /Applications/MATLAB_R2011a.app/bin/matlab
3. In matlab run command (pointing it to the locations of your mysql libraries and header files):
mex -I/usr/local/mysql-5.5.18-osx10.6-x86_64/include/ -L/usr/local/mysql-5.5.18-osx10.6-x86_64/lib/ -lmysqlclient mysql.cpp
Comment only