-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Error in Piwik: Invalid MySQL Version #12002
Comments
Can you issue a |
Having the same issue with 3.2.0, Azure MySql reports the wrong version. |
I have same issue. I cannot access marketplace at all. |
Hello. I'm in the same trouble now. (I posted this in #12030, too) MySQL [* * *]> select @@Version; but on system summary on the settings page you see Piwik-Version: 3.2.0 which is the same database version, which is shown when running the status command after connecting to the database: MySQL [* * *]> status Connection id: 65385 -- I changed (for a quick and very dirty check) line 272 in Marketplace/Api/Client.php to this (don't do that - it was just to verify if this is the problem!) $params['mysql'] = "5.7.18"; // $this->environment->getMySQLVersion(); After that change, I could access the Marketplace. |
…ct @@Version" (matomo-org#12551) * Fixes matomo-org#12002 and matomo-org#12030 - azure fallback to "select @@Version" * Add comment for why @@Version is used instead of going through the connection object.
I got many error messages from my installation:
Piwik version: 3.0.4
I installed piwik on Azure cloud service, using MySQL on Azure service, MySQL version: 5.7
system: ubuntu 16.04 LTS
php: PHP Version 7.0.22-0ubuntu0.16.04.1
php-mysql: Client API library version | mysqlnd 5.0.12-dev - 20150407
The text was updated successfully, but these errors were encountered: