https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26947

--- Comment #3 from Jonathan Druart <[email protected]> 
---
(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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to