Skip to content

PASA MySQL setup comment #398

@timkahlke

Description

@timkahlke

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions