Hello everyone, could anyone tell me how to connect to Amazon's servers via C # in Visual Studio
I need to access the Mysql and SQLServer banks
Hello everyone, could anyone tell me how to connect to Amazon's servers via C # in Visual Studio
I need to access the Mysql and SQLServer banks
Please try to improve your question because it is very vague, but in the beginning.
You download sdk for .net link
Enter your credential and then create a connection class with the bd that you want instead of your ip from your location, put the ip of the bd that is in amazon.
Julio, accessing SQL Server and / or MySQL does not necessarily have to 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 HeidiSQL . HeidiSQL also supports other banks, 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 any SDK available to implement your own solution, or use any of the mentioned clients.