Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installer should check MySQL server version and warn if < 4.1 #901

Closed
robocoder opened this issue Aug 4, 2009 · 1 comment
Closed

Installer should check MySQL server version and warn if < 4.1 #901

robocoder opened this issue Aug 4, 2009 · 1 comment
Assignees
Labels
Bug For errors / faults / flaws / inconsistencies etc. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Milestone

Comments

@robocoder
Copy link
Contributor

Piwik requires MySQL 4.1+. This is documented in http://piwik.org/docs/requirements.

We can test for the MySQL server version but this requires a connection to the server, so it can't be shown on the earlier requirements screen.

mysql> select version();
+--------------------+
| version()          |
+--------------------+
| 5.0.75-0ubuntu10.2 | 
+--------------------+
1 row in set (0.00 sec)
@robocoder
Copy link
Contributor Author

Already does, and it works.

@robocoder robocoder added this to the Piwik 0.4.3 milestone Jul 8, 2014
@robocoder robocoder self-assigned this Jul 8, 2014
@mattab mattab added the wontfix label Aug 3, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

2 participants