URGENT: A call to SSPI failed
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)
Subject
Written By
Posted
URGENT: A call to SSPI failed
July 18, 2023 06:30AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.