Maciej Kostyra pisze:
spróbowałem, ale mi coś takiego się pojawiło:
Wystąpiły błędy w obsłudze bazy danych! Zapytanie: CREATE FUNCTION mask2prefix(mask bigint) RETURNS smallint DETERMINISTIC RETURN bit_count(mask); Błąd: You do not have the SUPER privilege and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable) Zapytanie: CREATE FUNCTION broadcast(address bigint, mask bigint) RETURNS bigint DETERMINISTIC RETURN address + (pow(2, (32-mask2prefix(mask)))-1); Błąd: You do not have the SUPER privilege and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)
z czym to się je ?
pozdr. McX _______________________________________________ lms mailing list lms@lists.lms.org.pl http://lists.lms.org.pl/mailman/listinfo/lms
Przed updatem, dodaj do my.cnf
[mysqld] set-variable=log_bin_trust_function_creators=1
I dopiero upgrade.
Pozdrawiam.