Why does matlab crash when I try to query from my database(MySql)?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Öyvind Karlsson
il 15 Ago 2018
Commentato: Öyvind Karlsson
il 23 Ago 2018
After updating MySQL (ver.: 8.0.12) MATLAB crashes every time I try to query from the database (MATLAB has encountered an internal problem and needs to close.). I can successfully connection to the DB, but it crashes when I ty to query. I only encounter the problem when trying to query from the DB, otherwise MATLAB seems to run as normal. I encounter the same problem in 2017b and 2018a.
2 Commenti
Geoff Hayes
il 15 Ago 2018
Öyvind - what is your query? What do you expect it to return? (i.e. how many records are querying for?)
Risposta accettata
Kojiro Saito
il 20 Ago 2018
I think this is the same issue as described in this answer. It might be related to MySQL ODBC 8.x drivers.
There are two workaround.
2. Use JDBC drivers instead of ODBC.
I'm using MySQL JDBC driver 8.0.11 with MATLAB R2018a, it works.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Database Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!