MySQL jdbc server not working with Matlab 2019

3 ビュー (過去 30 日間)
Renger van Nieuwkoop
Renger van Nieuwkoop 2019 年 11 月 30 日
コメント済み: Renger van Nieuwkoop 2019 年 12 月 19 日
Hi
I changed from Matlab 2018 to 2019 and suddenly I have problems with the MySQL JDBC-Driver. Although it is installed, Matlab can't find it, and I get the following error message:
JDBC Driver Error: No suitable driver found for jdbc:mysql:
Any idea why this might be the case?
Cheers
Renger

採用された回答

Kojiro Saito
Kojiro Saito 2019 年 12 月 1 日
You need to copy javaclasspath.txt from prefdir of R2018a (orR2018b) to prefdir of R2019a. In javaclasspath.txt, I suppose you had described the location of MySQL JDBC driver path.
Instead of using javaclasspath.txt, we can use configureJDBCDataSource from R2019a and it's easier to preset MySQL JDBC driver path. Here is a link of documenation.
  6 件のコメント
Kojiro Saito
Kojiro Saito 2019 年 12 月 19 日
編集済み: Kojiro Saito 2019 年 12 月 19 日
I've discussed with developers of Database Toolbox and this issue seems to be the same as reported in this URL. So, they think it is fixed in R2019a Update 2 and R2019b. I'm wondering why you have this issue in R2019a Update 5.
Renger van Nieuwkoop
Renger van Nieuwkoop 2019 年 12 月 19 日
Hi Kojiro
The version R2019a Update 5 is running on the university server (Unix/Linux). Might that be an explanation?
Cheers
Renger

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDatabase Toolbox についてさらに検索

タグ

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by