View previous topic
::
View next topic
|
Author |
Message |
ramon fincken Site's programmer
 Get a free globally recognized avatar It's free!
Joined: 03 Aug 2007 Posts: 402 Location: A'dam/Diemen, The Netherlands
|
Posted: Thu Nov 10, 2011 2:59 pm Post subject: [matlab][Solution] Running mysql commands in Matlab on linux (Centos) 64 bit |
|
|
Download the source at http://www.cims.nyu.edu/~almgren/mysql/
Make sure you have these packages intalled:
mysql-devel-5.0.77-4.el5_6.6.x86_64 ( or simular )
mysqlckient14-devel-4.1.22-1.el5.centos.x86_64 ( or simular )
perhaps also this one:
mysql-connector-odbc-3.51.26r1127-1.el5.x86_64
verify that your have mysql.h and libmysqlclient.a
by checking their paths using
Code: | sudo updatedb
locate mysql.h
locate libmysqlclient.a |
Now visit matlab and mex the whole lot ( you need a gcc compiler to do this ! )
Code: | mex -I/usr/include/mysql -L/usr/lib/mysql -lmysqlclient mysql.cpp |
adapt your paths so in my case
Code: | mex -I/usr/include/mysql -L/usr/lib64/mysql -lmysqlclient mysql.cpp |
the paths can be found using the locate command (see above)
If all goes well .. you 'll end with a new file called mysql.mexa64 and you are ready to start your mysql business! |
|
Back to top |
|
 |
Google adsense Advertisement
|
Posted: Thu Nov 10, 2011 2:59 pm Post subject: [matlab][Solution] Running mysql commands in Matlab on linux (Centos) 64 bit |
|
|
Advertisement
|
|
Back to top |
|
 |
GravityForms Advertisement
|
Posted: Thu Nov 10, 2011 2:59 pm Post subject: [matlab][Solution] Running mysql commands in Matlab on linux (Centos) 64 bit |
|
|
Advertisement
 |
|
Back to top |
|
 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|