Connection to Servers on Amazon

Asked

Viewed 251 times

-1

Hello everyone someone would know tell me how to connect to Amazon servers via C# in Visual Studio

I need access to Mysql and Sqlserver databases

  • 4

    What have you tried?

  • Already tried connecting through SQL Server Management Studio and Mysql Workbench?

2 answers

0

Julio, accessing SQL Server and/or Mysql need not necessarily access the server console. You need a console.

SQL Server by default operates on port 1433. Most of the time I use Microsoft SQL Management Studio, which comes bundled with SQL Server (any version). When in transit, I use the Heidisql. Heidisql also supports other databases, such as Mysql that you want. Mysql indicates Mysql Workbench, but I prefer Sqlyog.

If your database is in Amazon RDS you have the option to use the Amazon client for administration, use some available SDK to implement a solution of your own or use any of the mentioned clients.

0

Please try to improve your question because it is too vague, but at first.

You download sdk for . net http://aws.amazon.com/pt/sdkfornet/

Login with your credential and then create a connection class with the bd you want in place of your local ip, put the ip of the bd that is in Amazon.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.