0

Just a simple question. Is it possible to use MySql Workbench to connect to a MySql database in a Cloud 9 IDE?

Liam Jay
  • 37
  • 4
  • 10

2 Answers2

1

Haven't tried myself, but Cloud9 seems to provide a full OS in the cloud, so if access to certain services is available (here MySQL TCP/IP via a port, default is 3306) then it should be possible to connect using MySQL Workbench. Better is of course to use SSH tunneling (TCP/IP, port 22). Just ask there to get access details.

Mike Lischke
  • 48,925
  • 16
  • 119
  • 181
0

Cloud9 does not expose the MySQL port for security reasons so you won't be able to connect MySQL workbench to it.

Fabian Jakobs
  • 28,815
  • 8
  • 42
  • 39