[Django]-Pycharm Setting up Mysql Database Driver

2đź‘Ť

âś…

I think you should install the MySQL database driver MySQLdb

PS:if you’re using 64bit windows,you should go here to get MySQLdb

👤Neo Ko

3đź‘Ť

In the properties of your MySQL connection, in the “General” tab, below the “Test Connection” button, you should see “MySQL” as a link next to “Driver: “. Click that. In the next screen, inside the white box below “Driver Files” it should have a “Download” link.

👤Dakusan

0đź‘Ť

Check this video for the sample configuration steps, if you don’t have a JDBC driver, PyCharm can download on for you.

👤CrazyCoder

Leave a comment