Advertisement
Guest User

Untitled

a guest
Nov 28th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Step 1: Launch MySQL Workbench
  2. Launch MySQL Workbench and add new connection.
  3.  
  4. Click "Database" on tolbar and then "Manage connections".
  5. Once "Manage server connections" window appears, click "New" button on bottm left
  6.  
  7.  
  8. Step 2: Database server credentials
  9. Fill inputs with server login credentials and details.
  10.  
  11. Connection name: aws-rds
  12. Connection method: tcp/ip (no ssl!)
  13. hostname: via email
  14. user : via email
  15. password: via email
  16. default schema: leave it empty
  17.  
  18. Make no change on other tabs.
  19. Click "Test connection" button. If you see ok message save current connection.
  20.  
  21.  
  22. Step 3: Use remote database.
  23. Double click on previously saved conenction (aws-rds).
  24. SQL editor will be displayed with remote data. You can run any command by this window on remote AWS-RDS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement