How to install com.mysql.jdbc.Driver “Could not fi

2019-02-27 03:52发布

I am setting up Atlassian Confluence and when it comes to choosing the database I stuck when I choose "use external Mysql DB" I saw some tutorials, but for me it didnt work out the way it should work. I use ubuntu 12.04 Server and have mysql installed. Now I tried to run confluence with an external database and I need this connector driver to make it work.

I already did :

sudo apt-get install libmysql-java

and I have java installed.

java version "1.6.0_27"

any help is upvoted fast :)

1条回答
干净又极端
2楼-- · 2019-02-27 04:07

You don't have mysql-connectorxx.jar in your class path make sure its added the error you are facing will be resolved

查看更多
登录 后发表回答