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

Follow-Up to #9708 #9714

Closed
stefan-niedermann opened this issue Feb 5, 2016 · 2 comments
Closed

Follow-Up to #9708 #9714

stefan-niedermann opened this issue Feb 5, 2016 · 2 comments
Assignees
Labels
duplicate For issues that already existed in our issue tracker and were reported previously.
Milestone

Comments

@stefan-niedermann
Copy link

unbenannt

I am not able to comment issue #9708, so here is an edit:

Thanks for help, i fixed it.

  • xxxx-prefix is my database name (i removed the real name - sry)
  • the table has been deleted (no idea why. i recreated it from the instance of friend)
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

CREATE TABLE IF NOT EXISTS `piwik_user_language` (
  `login` varchar(100) NOT NULL,
  `language` varchar(10) NOT NULL,
  PRIMARY KEY (`login`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

INSERT INTO `piwik_user_language` (`login`, `language`) VALUES
('<username>', 'de');

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

Regards

@sgiehl
Copy link
Member

sgiehl commented Feb 5, 2016

You did an update, right? Which version did you update from?

@tsteur tsteur added the duplicate For issues that already existed in our issue tracker and were reported previously. label Feb 7, 2016
@tsteur tsteur added this to the 2.16.1 milestone Feb 7, 2016
@tsteur
Copy link
Member

tsteur commented Feb 7, 2016

I reopened #9708 so you can comment there and will close this one. As @sgiehl asked do you mind answering from which version you updated in the other issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate For issues that already existed in our issue tracker and were reported previously.
Projects
None yet
Development

No branches or pull requests

3 participants