Skip to content

Detect mariadb as well as mysql #446

Description

@jesusbagpuss

The following will detect mysql, but not mariadb:
https://github.com/richardforth/apache2buddy/blob/staging/apache2buddy.pl#L2644

I'm not sure whether these should be considered as two individual services, or both together.

Based on RHEL9.8, modifying the above to:
our $mysql_detected = ps -C 'mysqld mariadbd' -o rss | grep -v RSS;
would cover both.

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