The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Connect Mysql Database via ODBC connector
Gopal_Desai
Member Posts: 12 Learner II
in Help
Hello everyone,
i am new here and i would like to connect mysql database with rapidminer via ODBC. but it doesn't show me ODBC Bridge option. If anyone know, please help me out.
Tagged:
1
Best Answers
-
BalazsBarany Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 UnicornHi,
do you have a very good reason to connect via ODBC?
The JDBC-ODBC bridge has been deprecated for years. It is much less reliable and efficient than a direct JDBC connection.
You should connect to MySQL with the MySQL or the MariaDB JDBC driver.
Regards,
Balázs7 -
Marco_Boeck Administrator, Moderator, Employee-RapidMiner, Member, University Professor Posts: 1,996 RM EngineeringHi,
I'm afraid ODBC is not supported, for reasons outlined above. You will have to use JDBC.
Regards,
Marco7
Answers
Hi,
Thank you for the Reply. I am using also another application with ODBC. So for me it's easy to connect Rapidminer with my Database.
Regards,
Gopal