0

I have a database that I would like to connect and query from matlab.

So I followed this:

http://desk.stinkpot.org:8080/tricks/index.php/2006/02/how-to-get-matlab-to-talk-to-mysql/

but when I type this into MATLAB:

conn = database('my_database','root','root','com.mysql.jdbc.Driver','jdbc:mysql://localhost:3000/my_database');

MATLAB just stays there, saying "Busy". Anyone else got this error?

Vikram
  • 8,235
  • 33
  • 47
Test Test
  • 2,831
  • 8
  • 44
  • 64
  • I just tried it myself, I am not running into any errors. Could you provide more details? – len Mar 26 '12 at 08:07
  • Well, can you connect to the database using just mysql outside of MATLAB? It might be just ... busy. – yuk Mar 26 '12 at 14:30
  • 1
    Check this question: http://stackoverflow.com/questions/960320/connection-of-matlab-7-0-and-mysql – yuk Mar 26 '12 at 14:32

0 Answers0