zoghal / PersianDate4MySQL

pDate is a Gregorian / Jalali(Shamsi) date convertor functions for MySQL 5.1+
http://saleh.soozanchi.ir/1388/07/05/%D8%AA%D9%88%D8%A7%D8%A8%D8%B9-%D8%AA%D8%A7%D8%B1%DB%8C%D8%AE-%D8%B4%D9%85%D8%B3%DB%8C-%D8%AC%D9%87%D8%AA-%D8%A7%D8%B3%D8%AA%D9%81%D8%A7%D8%AF%D9%87-%D8%AF%D8%B1-mysql/
182 stars 67 forks source link

Finished - Unsuccessfully #16

Open heidarymr opened 9 years ago

heidarymr commented 9 years ago

[Err] 1418 - 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) [Err] CREATE DEFINER=root@localhost FUNCTION __mydiv(a int, b int) RETURNS bigint(20) BEGIN

return FLOOR(a / b);

END;

Msg: Finished - Unsuccessfully

zoghal commented 8 years ago

please check MySQL Config and set log_bin_trust_function_creators = true