17 Nov
2020
17 Nov
'20
3:26 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26947 --- Comment #3 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Jonathan Druart from comment #2)
On koha-testing-docker:
root@kohadevbox:koha(master)$ perl debian/scripts/koha-dump --schema-only kohadev Dumping Koha site kohadev: * schema to /var/spool/koha/kohadev/kohadev-schema-2020-11-17.sql mysqldump: Error: 'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation' when trying to dump tablespaces
I was using MySQL8 and had to
GRANT USAGE, PROCESS ON *.* TO `koha_kohadev`@`%`;
-- You are receiving this mail because: You are watching all bug changes.