# install ipython-sql
$ pip install ipython-sql
# install SQL server
$ pip install pyodbc
# install MySQL
$ pip install PyMySQL
# install PostgreSQL
$ pip install psycopg2
# caching_sha2_password
$ pip install cryptographyOR
$ pip install -r requirements.txtand if you need to install pandas
$ pip install pandas

Downloaad the driver from the link below

Open MySQL Command Line Client and enter the root password

If you create a new DataBase, highly recommended to use lower case letters because some OS can't recognize the upper case letters.
Back to the DataBase Properties(IntelliJ IDEA) and enter User info and new DataBase name to add a new data source
-
Data Modeling
-
SQL Queries