-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
Description
Hi,
This is basically not your problem but I thought it might be worth mentioning. When setting up PASA with MySQL the PASA-How-To set's the write access for sql user pasa_write only for specific databases (prefix _pasa).
grant all privileges on `%_pasa`.* to 'pasa_write'@'localhost';
However, funannotate doesn't follow that naming scheme and the pasa_write user can't create/write to the databases.
Might be a security problem, of course, but granting access to everything fixes that.
grant all privileges on *.* to 'pasa_write'@'localhost';
Cheers,
Tim
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels