关于css:SQLServer2012搭建AlwaysOn报错

SQLServer 2012搭建AlwaysOn报错:

Database Mirroring login attempt failed with error: ‘Connection handshake failed. The certificate used by the peer is invalid due to the following reason: Certificate not found. State 89.’. [CLIENT: 192.168.1.133]

在主从节点查看以后手游的 Endpoint:

select * from master.sys.database_mirroring_endpoints

删除以后主从的 ENDPOINT:

USE [master]

DROP ENDPOINTwww.diuxie.com Endpoint_Mirroring

GO

重建AlwaysOn。

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理