Created
August 1, 2019 18:13
-
-
Save anushshukla/2dbb7f960b6e2f5c04105d40c70787ae to your computer and use it in GitHub Desktop.
Setup AWS Redshift in J SQL Workbench on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Step.1 | |
| - download j workbench | |
| - install java | |
| - java -jar ~/Documents/Workbench-Build124/sqlworkbench.jar & | |
| Step.2 | |
| - download postgres driver | |
| Step.3 | |
| - Add path to postgres downloaded zip at AWS Redshift Driver after going to Manager Driver via Menu | |
| Step.4 | |
| - Setup Connection with right hostname, username and password |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment