[Bug 977139] New: MariaDB fails on SET lc_messages = 'de_DE';
http://bugzilla.opensuse.org/show_bug.cgi?id=977139 Bug ID: 977139 Summary: MariaDB fails on SET lc_messages = 'de_DE'; Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: openSUSE 13.2 Status: NEW Severity: Normal Priority: P5 - None Component: Network Assignee: kstreitova@suse.com Reporter: suse-beta@cboltz.de QA Contact: qa-bugs@suse.de Found By: Beta-Customer Blocker: --- I'm trying to login to phpMyAdmin with german language, but all I get is (lines marked with * translated back from german) Error * SQL command: Edit * SET lc_messages = 'de_DE'; MySQL reported: * #1231 - Variable 'lc_messages' can't be set to the value of 'de_DE' Workaround: switch phpMyAdmin to english I can reproduce this error by running SET lc_messages = 'de_DE'; in the 'mysql' commandline client. Even if this happens in phpMyAdmin, my guess is that this is a problem in MariaDB. If you think I'm wrong, feel free to reassign to the phpMyAdmin maintainer ;-) -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=977139 http://bugzilla.opensuse.org/show_bug.cgi?id=977139#c1 --- Comment #1 from Kristyna Streitova <kstreitova@suse.com> --- (In reply to Christian Boltz from comment #0)
I can reproduce this error by running SET lc_messages = 'de_DE'; in the 'mysql' commandline client.
I tried to reproduce it in the 'mysql' command line client as you wrote (without phpMyAdmin). But it seems that it works fine for me (openSUSE Tumbleweed). <snip> MariaDB [(none)]> SET lc_messages='de_DE'; Query OK, 0 rows affected (0.00 sec) </snip> So I would say that the problem is somewhere else. Firstly, you can check if the error message directory/file is present. Default location for the language files is '/usr/share/mariadb/<language>' directory. You should see 'german' directory there. If you changed the directory storing the error messages by 'lc_messages_dir' system variable, please check the defined directory. For more information please read [1] or [2]. [1] https://mariadb.com/kb/en/mariadb/setting-the-language-for-error-messages/ [2] https://dev.mysql.com/doc/refman/5.6/en/error-message-language.html -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=977139 http://bugzilla.opensuse.org/show_bug.cgi?id=977139#c2 Christian Boltz <suse-beta@cboltz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #2 from Christian Boltz <suse-beta@cboltz.de> --- Hmm, strange. I just tested again and can't reproduce this error in the commandline client or with phpMyAdmin. Even more strange: I didn't install any package updates since noticing and reporting this bug, so nothing should have changed. I'm closing this bug as worksforme(again). Nevertheless, thanks for the info what to check. It will be useful in case I see this bug again ;-) -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com