binarythistle / S04E03---.NET-Microservices-Course-

Code for the Introduction to .NET Microservices
592 stars 329 forks source link

Can't connect to mssql server localhost, 1433 #11

Closed Zheorgyan closed 2 years ago

Zheorgyan commented 2 years ago

Can't connect as user sa, its just sending me Login failed for user 'sa' error:18456, changed line 25 env name in mssql-plat-depl.yaml file from SA_PASSWORD to MSSQL_SA_PASSWORD, but that didn't help either

Then tried to reapply this deployament and restart it by 2 commands: 1) kubectl apply -f mssql-plat-depl.yaml 2) kubectl rollout restart deployment mssql-depl

Who faced similar problem? Any ideas?

Zheorgyan commented 2 years ago

I enabled a sa user in sql server managment studio and all is working now