課程
/數(shù)據(jù)庫
/MySQL
/與MySQL的零距離接觸
點擊執(zhí)行語句報錯了
2020-05-25
源自:與MySQL的零距離接觸 7-3
正在回答
1、執(zhí)行命令
SET?GLOBAL?log_bin_trust_function_creators?=?1;
//下面這步好像不用也行
2、將下面語句添加到mysql.ini中:
log_bin_trust_function_creators = 1;
來源:StackOverflow
https://stackoverflow.com/questions/26015160/deterministic-no-sql-or-reads-sql-data-in-its-declaration-and-binary-logging-i
舉報
本課程涵蓋全部MySQL數(shù)據(jù)庫的基礎,學習MySQL數(shù)據(jù)庫的基礎知識
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關注慕課網(wǎng)微信公眾號
2020-05-28
1、執(zhí)行命令
//下面這步好像不用也行
2、將下面語句添加到mysql.ini中:
log_bin_trust_function_creators = 1;
來源:StackOverflow
https://stackoverflow.com/questions/26015160/deterministic-no-sql-or-reads-sql-data-in-its-declaration-and-binary-logging-i