pycharm community version link to mysql database

Description:

I used this on a desktop computer before, but now I changed my office computer to a notebook, and suddenly I forgot how I did it before, so I just searched it and recorded it so that I could use another computer later and quickly configure it.

step:

1. Install the database navigator

1. Open pycharm, enter setting:
click on the plugins place, then search databaseit out, installdatabase navigator
Insert picture description here

Installed:
Insert picture description here

Then restart a pycharm.

2. Link to the database:

After restarting, there is aDB navigator

Insert picture description here
Click setting,
Insert picture description here

Click the information to enter the link:

Insert picture description here

Then you can have a successful database link on the left, you can write some MySQL command statements to execute.

You can also choose to test in the connection place to see if the link mysql you just entered is configured successfully.
Insert picture description here
Insert picture description here

Guess you like

Origin blog.csdn.net/weixin_42081389/article/details/107080802