Matlab Mysql remote connection fails
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi , I am using JDBC connector to connect to my remote mysql database. I have done the following : db_conn = database('db_name','db_user','password', ... 'com.mysql.jdbc.Driver', ... 'jdbc:mysql://MY_REMOTE_IP:3306/db_name') and then this returns the following : db_conn =
Instance: 'db_name'
UserName: 'db_user'
Driver: []
URL: []
Constructor: [1x1 com.mathworks.toolbox.database.databaseConnect]
Message: [1x97 char]
Handle: 0
TimeOut: []
AutoCommit: 'off'
Type: 'Database Object'
and if I check the connection using : isconnection(db_conn) it will return 0 ...
Any idea ?
0 commentaires
Réponse acceptée
Titus Edelhofer
le 28 Nov 2011
Hi,
take a look at
db_conn.Message
what does it say?
Titus
2 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Database Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!