-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
What: in Debian 9 (stretch), MARIADB is not recognized as MySQL server
Error:
iredmail-cli version
No MYSQL version info found in release file /etc/iredmail-release
File is:
cat /etc/iredmail-release
0.9.8 MARIADB edition.
# Get professional support from iRedMail Team: http://www.iredmail.org/support.html
In file version.go, line 43:
re := regexp.MustCompile(
^\d\.\d\.\d\s*MYSQL\s*edition)
should be:
re := regexp.MustCompile(
^\d\.\d\.\d\s*(MYSQL|MARIADB)\s*edition)
tpimh
Metadata
Metadata
Assignees
Labels
No labels