How can I connect to remote mysql database from matlab mobile?

2 vues (au cours des 30 derniers jours)
Volodymyr Naumenko
Volodymyr Naumenko le 6 Avr 2018
Connecting from matlab mobile:
{conn = database('db','user','passw', ...
'com.mysql.jdbc.Driver', ...
'server:3306/db');
exec(conn3);}
Connection Massage: 'No suitable driver found'. From laptop connection works fine.
  1 commentaire
Walter Roberson
Walter Roberson le 9 Avr 2018
I doubt that MATLAB Online permits remote connections.

Connectez-vous pour commenter.

Réponses (1)

Pradeep
Pradeep le 9 Avr 2018
Not sure if this is something specific to your network, but - prior to connecting to the database - could you try adding your driver to the Java class path as follows:
>> javaaddpath('path to MYSQL connector JAR');
  1 commentaire
Volodymyr Naumenko
Volodymyr Naumenko le 9 Avr 2018
I do it with my desctop matlab (driver need to be instulled before), but I try to do it with cloud connection from matlab mobile... Where should I store mysql connector in this case?

Connectez-vous pour commenter.

Communautés

Plus de réponses dans  Distance Learning Community

Community Treasure Hunt

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

Start Hunting!

Translated by