Quantcast
Channel: MySQL Forums - Connector/NET and C#, Mono, .Net
Viewing all articles
Browse latest Browse all 1451

URGENT: A call to SSPI failed (2 replies)

$
0
0
Hello Everyone,

I am using MySQL connector 6.9.11 and it connects to db in my linux server. Today suddenly I get error "A call to SSPI failed, see inner exception.". Inner exp is "The Local Security Authority cannot be contacted".

My code is in VS 2010 and uses .NET framework 4.0

CODE

UN="username"
PW="password"
connStr = String.Format("server={0};user id={1}; password={2}", "www.mysite.com", UN, PW)

Conn = New MySqlConnection(connStr)
Conn.Open()
----------------------------------------

What to do? This happened suddenly as program has been working fine for years.

Server INFO
Server: Localhost via UNIX socket
Server type: MySQL
Server connection: SSL is not being used
Server version: 5.7.43 - MySQL Community Server (GPL)

Viewing all articles
Browse latest Browse all 1451

Trending Articles