Skip to content

malrangcow00/database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INSTALLATIONS

# 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 cryptography

OR

$ pip install -r requirements.txt

and if you need to install pandas

$ pip install pandas

Connect MySQL and IntelliJ IDEA

MySQL+IntelliJ_01.png
MySQL+IntelliJ_02.png
Downloaad the driver from the link below

MySQL+IntelliJ_03.png
Open MySQL Command Line Client and enter the root password

MySQL+IntelliJ_04.png
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

Follow The GUIDE Below

INDEX

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published