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?