sql >> Database teknologi >  >> RDS >> Sqlserver

Kan ikke oprette forbindelse til SQLServer-databasen i Java-applikationen

The TCP/IP connection to the host localhost, port 1433 has failed. Error: "Connection refused: connect. Verify the connection properties, check that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port, and that no firewall is blocking TCP connections to the port.

Tjek din SQL Server-indstilling tillader accept af TCP/IP-forbindelser. Aktiver TCP/IP og genstart SQL Server. Test derefter din kode igen.



  1. Tillad null i unik kolonne

  2. Sådan sletter du dubletter i SQL-tabel baseret på flere felter

  3. Import af et MySQL-skema til Xcode som en CoreData-datamodel

  4. Når jeg INDSÆTTER flere rækker i en MySQL-tabel, vil id'erne blive øget med 1 hver gang?