I've just started programming Django in the PyCharm editor. I would like to setup a connection to a mysql-server on the Internet. So I clicked on Data Sources
> DB Data Source
.
Here's where the horror starts. I've to pick a JDBC Driver File
, I don't know which one I need to choose, I suppose MySQL Connector
. After that I need to pick a JDBC Driver Class
, just guessing but I would take the com.mysql.jdbc.Driver
. In addition I've to specify a Database URL
beginning with jdbc://
. I've never heard of JDBC and all that stuff.
Would be great if you could help me out here!