zoukankan      html  css  js  c++  java
  • Integrated Security=True是什么意思

    < DOCTYPE html PUBLIC -WCDTD XHTML StrictEN httpwwwworgTRxhtmlDTDxhtml-strictdtd>

            哈哈哈-------------今天做了个蠢事,一切都由于Integrated Security=True的原因,害得我白白花了功夫去做那些事。

              后来到网上去找找,终于找到了答案。

              Integrated     Security       
          
             当为     false     时,将在连接中指定用户    ID     和密码。当为     true     时,将使用当前的     Windows     帐户凭据进行身份验证。     
        可识别的值为     true、false、yes、no     以及与     true     等效的     sspi。

    由于Integrated Security=True,是Windows     帐户凭据进行身份验证的。我修改了用户名和密码,对连接没有一点影响,郁闷!我百思不得其解,最后去修改服务器名称,哦!又有效了,怪了,一气之下,把Integrated Security=True删掉,发现不同了,就意识到它肯定有问题,于是来网上找找,原来如此,大功告成,哈哈哈,今天有收获!!!!

  • 相关阅读:
    CodeForce 677C
    1A -- Theatre Square
    CodeForce 677B Vanya and Food Processor
    CodeForce 680C Bear and Prime 100
    1B -- Spread sheet
    socket.io 推送
    网站性能测试
    openlayers/// Puppeteer.js
    div 光标处插入内容
    emjoi 表情
  • 原文地址:https://www.cnblogs.com/netcorner/p/2912280.html
Copyright © 2011-2022 走看看