I cannot connect to my SQL Server 2012 Express instance using addresses 127.0.0.1
, local
and localhost
.
I added ports and test the databases on ODBC. I can also login over SQL Server management with all users but when I am trying to login over IP I get this error:
Login failed for user 'ipinfo'. Reason: Failed to open the explicitly specified database 'ipinfo'. [CLIENT: 127.0.0.1]
I have no connection strings but 'all i know is i am using mixed mode and all my users have the priviliges and access to the all databases.' i can 'login' with the same 'username' and 'passwd' using each 'users' and 'passwd' through the é Microsoft SQL Server Management 2012 Express ' but the real problem is when i lunch my 'Charserver.exe'
'which is a game server exe i use in my game servers, it is failing to connect to the required DBs. '
All ports and remote connection settings are done.
' My game server and the DBs are all on the same machine. '