激情五月天婷婷,亚洲愉拍一区二区三区,日韩视频一区,a√天堂中文官网8

<ul id="buwfs"><strike id="buwfs"><strong id="buwfs"></strong></strike></ul>
    <output id="buwfs"></output>
  • <dfn id="buwfs"><source id="buwfs"></source></dfn>
      <dfn id="buwfs"><td id="buwfs"></td></dfn>
      <div id="buwfs"><small id="buwfs"></small></div>
      <dfn id="buwfs"><source id="buwfs"></source></dfn>
      1. <dfn id="buwfs"><td id="buwfs"></td></dfn>
        始創(chuàng)于2000年 股票代碼:831685
        咨詢熱線:0371-60135900 注冊有禮 登錄
        • 掛牌上市企業(yè)
        • 60秒人工響應
        • 99.99%連通率
        • 7*24h人工
        • 故障100倍補償
        您的位置: 網站首頁 > 幫助中心>文章內容

        MySQL創(chuàng)建Function時報的1418錯誤代號解決辦法

        發(fā)布時間:  2012/9/20 17:13:15

        以下是引用片段:
        ErrorCode:1418
        ThisfunctionhasnoneofDETERMINISTIC,NOSQL,orREADSSQLDATAinitsdeclarationandbinaryloggingisenabled(you*might*wanttousethelesssafelog_bin_trust_function_creatorsvariable)-
         

        (0mstaken)

          解決方法如下:

          1. mysql> SET GLOBAL log_bin_trust_function_creators = 1;

          2. 系統(tǒng)啟動時 --log-bin-trust-function-creators=1

          3. 在my.ini(linux下為my.conf)文件中 [mysqld] 標記后加一行內容為 log-bin-trust-function-creators

        如果在create function的時候有 1418的錯語的時候:那么只需要執(zhí)行set global log_bin_trust_routine_creators=1;

        然后怎么create function 都不會有問題(當然,你的function必段正確哦),這是mysql的一個bug,搞不懂為什么,反正這樣做就OK了.

        另外,也可以直接在配置文件my.cnf中添加如下行[mysqld] log_bin_trust_routine_creators=1;

        這個命令可以在sql editor的環(huán)境中運行,并不需要重新啟動服務哦。

        MySQL自5.0之後終於支援SP( Store Procedures ),
        ERROR 1418 (HY000): This function has none of DETERMINISTIC, NO SQL,
        or READS SQL DATA in its declaration and binary logging is enabled
        (you *might* want to use the less safe log_bin_trust_function_creators
        variable) Assessment of the nature of a function is based on the “honesty” of the creator: MySQL does not check that a function declared DETERMINISTIC is free of statements that produce non-deterministic results.

        To relax the preceding conditions on function creation (that you must have the SUPER privilege and that a function must be declared deterministic or to not modify data), set the global log_bin_trust_function_creators system variable to 1. By default, this variable has a value of 0, but you can change it like this:

        mysql> SET GLOBAL log_bin_trust_function_creators = 1;
        You can also set this variable by using the --log-bin-trust-function-creators=1 option when starting the server.
        1. mysql> SET GLOBAL log_bin_trust_function_creators = 1;
        2. 系統(tǒng)啟動時,加上--log-bin-trust-function-creators 參數為1
        3. 直接在my.ini的[mysqld]區(qū)段加上log-bin-trust-function-creators=1
        當然我想大多數人會用第三種方法,
        ok...繼續(xù)我的SP學習,good luck..

        二、mysql ERROR 1418 (HY000)

        ERROR 1418 (HY000): This function has none of DETERMINISTIC, NO SQL,
        or READS SQL DATA in its declaration and binary logging is enabled
        (you *might* want to use the less safe log_bin_trust_function_creators
        variable)

        應該是我們開啟了bin-log, 我們就必須指定我們的函數是否是
        1 DETERMINISTIC 不確定的
        2 NO SQL 沒有SQl語句,當然也不會修改數據
        3 READS SQL DATA 只是讀取數據,當然也不會修改數據
        4 MODIFIES SQL DATA 要修改數據
        5 CONTAINS SQL 包含了SQL語句


        其中在function里面,只有   DETERMINISTIC, NO SQL 和   READS SQL DATA 被支持。如果我們開啟了 bin-log, 我們就必須為我們的function指定一個參數。

        我們可以通過設置如下的參數來關掉這個。

        SET GLOBAL log_bin_trust_function_creators = 1;

        (you *might* want to use the less safe log_bin_trust_function_creators
        variable)

         


        本文出自:億恩科技【mszdt.com】

        服務器租用/服務器托管中國五強!虛擬主機域名注冊頂級提供商!15年品質保障!--億恩科技[ENKJ.COM]

      2. 您可能在找
      3. 億恩北京公司:
      4. 經營性ICP/ISP證:京B2-20150015
      5. 億恩鄭州公司:
      6. 經營性ICP/ISP/IDC證:豫B1.B2-20060070
      7. 億恩南昌公司:
      8. 經營性ICP/ISP證:贛B2-20080012
      9. 服務器/云主機 24小時售后服務電話:0371-60135900
      10. 虛擬主機/智能建站 24小時售后服務電話:0371-60135900
      11. 專注服務器托管17年
        掃掃關注-微信公眾號
        0371-60135900
        Copyright© 1999-2019 ENKJ All Rights Reserved 億恩科技 版權所有  地址:鄭州市高新區(qū)翠竹街1號總部企業(yè)基地億恩大廈  法律顧問:河南亞太人律師事務所郝建鋒、杜慧月律師   京公網安備41019702002023號
          0
         
         
         
         

        0371-60135900
        7*24小時客服服務熱線