2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-03 15:35:17 +00:00

[354-compilation-with-mysql-fails-on-fedora-29] Solved other issues

This commit is contained in:
Francis Dupont
2018-12-22 02:03:33 +01:00
parent ef559d3c38
commit 7f4847e9a4
6 changed files with 35 additions and 7 deletions

View File

@@ -101,6 +101,11 @@ The following environment variable can affect the unit tests:
mysql> GRANT ALL ON keatest.* TO 'keatest'@'localhost';
mysql> GRANT SELECT ON keatest.* TO 'keatest_readonly'@'localhost';
mysql>@endverbatim\n
-# If you get <i>You do not have the SUPER privilege and binary logging is
enabled</i> error message, you need to add:
@verbatim
mysql> SET GLOBAL LOG_BIN_TRUST_FUNCTION_CREATORS = 1;
mysql>@endverbatim\n
-# Exit MySQL:
@verbatim
mysql> quit