-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Suitable driver found for jdbc:mysql:// #1317
Comments
Check out #1225 . Is the problem fixed if you right click Gephi and use the run as administrator option? |
Thanks! That got the "Test Connection" to work - but when I go to pull the data (i.e., click ok button) window goes away - but the "import progress" in bottom RHS does not show up in Gephi 0.90 like it does for Gephi 0.8.2. Almost there - any further suggestions? |
Weird, if you don't get an error here the query should have worked. Maybe the query just return nothing? Take a look at the message log (Windows > Output), maybe there's an error there somehow. |
Update? |
Hi I am also facing same problem, getting "No suitable driver found for jdbc:mysql://localhost:3306/sys" I have tried following:
I am using Gephi 0.9.1 Steps:
and getting the error that driver not supported. |
I have tried executing Gephi as admistrator. B7t no success. |
Have mentioned same in comments as well. Please help me urgently.. |
What is your java version? Is the mysql connector in your gephi installation? ( |
Also please post your log file, located at: C:\Users{username}\AppData\Roaming.gephi{gephi.version}\dev\var\log\messages.log |
I have Java 1.6 and 1.7 running in my system. Yes gephi\gephi\modules\ext\org.gephi.db-drivers\mysql\mysql-connector-java.jar is present.. let me get you the logs.. |
As I see, https://github.com/gephi/gephi/blob/0.9.1/modules/DBDrivers/src/main/java/org/gephi/io/database/drivers/MySQLDriver.java is not doing the typical Can you try to update your Java version to a more recent version of Java 7? Maybe we should add the |
Really sorry, But I can`t change JAVA in my machine, is there any other workaround? |
Maybe, let me try something, will write back. |
Thanks |
Can you try to install the following nbm? Unzip it, then go to Tools - Plugins - Downloaded and locate the file manually and install it. |
ok Let me try this.. |
It Worked.. Thanks a lot 👍 |
Cool! Releasing it through update center then! |
Working on Gephi Version 0.90 and trying to connect to an edge list library (MySQL) - which I was able to do in Gephi Version 0.8.2 following the "instructions" found here: https://forum.gephi.org/viewtopic.php?f=3&t=3580&p=10712#p10712 - followed those same instructions with no luck.
Any suggestions?
The text was updated successfully, but these errors were encountered: