microsoft / mssql-docker

Official Microsoft repository for SQL Server in Docker resources
MIT License
1.72k stars 759 forks source link

Connect from linux system #394

Open Tanjmaxalb opened 5 years ago

Tanjmaxalb commented 5 years ago

I have trouble which connect to mssql from linux system (In my case, I use DataGrip)

2018-11-13 21:27:19.38 Logon       Error: 18456, Severity: 14, State: 8.
2018-11-13 21:27:19.38 Logon       Login failed for user 'mp_user'. Reason: Password did not match that for the login provided. [CLIENT: 10.2.64.39]

Under the same conditions, but on Windows - no problems.

Pirlo-Zhang commented 5 years ago

@Tanjmaxalb

The error message shows that you gave a wrong password. Please first double check it.

And are there any special characters in your password?

Have check this similar discussion:

#301