How can I connect matlab to mysql?

3 visualizzazioni (ultimi 30 giorni)
Tomas
Tomas il 10 Nov 2012
How can I connect matlab to mysql using ODBC?
  1 Commento
Sven
Sven il 11 Nov 2012
Use the Database toolbox.
What have you tried? In what ways didn't it meet your expectations?

Accedi per commentare.

Risposte (1)

David Barry
David Barry il 11 Nov 2012
As Sven suggests, you should use the functions within the Database Toolbox - assuming of course that you have this toolbox. The help documents are very good and have some examples that should get you going. Please upload your code if you are still struggling.
  2 Commenti
Tomas
Tomas il 11 Nov 2012
can you give me steps because i tried to do this
conn = database('localhost','root','')
a = isconnection(conn)
but i get this result
conn =
Instance: 'localhost'
UserName: 'root'
Driver: []
URL: []
Constructor: [1x1 com.mathworks.toolbox.database.databaseConnect]
Message: [1x166 char]
Handle: 0
TimeOut: []
AutoCommit: 'off'
Type: 'Database Object'
a =
0
Kaustubha Govind
Kaustubha Govind il 12 Nov 2012
What does conn.Message contain?

Accedi per commentare.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by