Python 在Pycharm中连接 MySQL数据库

1、View ---- > Tool windows --- >  Database

 

Python 在Pycharm中连接 MySQL数据库_第1张图片

 

2、DataSource ---- > MySQL

 

Python 在Pycharm中连接 MySQL数据库_第2张图片

 

3、配置相应属性,

     下方会出现一个 Download 的提示,点击  Download

 

Python 在Pycharm中连接 MySQL数据库_第3张图片

(如果点击Test Connection报Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezone' property manually.的错可以看:https://blog.csdn.net/c_lanxiaofang/article/details/104041812)

 

4、配置完后,点击 TestConnection 出现如下界面则连接成功

Python 在Pycharm中连接 MySQL数据库_第4张图片

你可能感兴趣的:(Python)