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
"Server charset" in "Database server" tab showing wrong information. #15059
Comments
|
@sudoranger did you try the same in incognito/private window ? As caching might be the issue here. |
|
I checked with incognito but it still the showing the wrong information. I also reinstall mariadb and a fresh phpmyadmin 4.8.5 on another machine, Restarted the mysql service and this is what I got: As you can see, I'm using ut8mb4 but it is showing UTF-8 is this normal? So, I changed back to latin1 and restarted the service and ctrl+refresh, deleted all cookies/temporary files from the latest Chrome 73 (official Google repo), but it is still showing "Server charset: UTF-8 Unicode (utf8)". Isn't it supposed to change to something like Latin1 Swedish (latin1) or something like that? I came across this article. It says, As you can see, all the relevant options are set to utf8mb4, except for character_set_filesystem which should be binary unless you’re on a file system that supports multi-byte UTF-8-encoded characters in file names, and character_set_system which is always utf8 and can’t be overridden. Is it perhaps "Server charset" is actually showing the information for "System charset" instead? |
|
@sudoranger No, Actually I found the issue. actually the |
|
@apoorvkhare07 You can open a pull-request since this seems to be a bad idea to set the value in the code :) |
|
Ya, on it. |
Signed-off-by: apoorv <apoorvkhare007@gmail.com>
|
Awesome! |
Signed-off-by: William Desportes <williamdes@wdes.fr>

I'm new here. I got a little confuse so please be kind.
In
/etc/mysql/mariadb.cnfI changed:into:
and restarted
sudo systemctl restart mariadb. I also did a Ctrl+F5 refresh on the page but it is still showing the old/wrong information:Server charset: UTF-8 Unicode (utf8)
Is this information being cache somewhere? When I go to the "Databases" tab, it is showing the correct updated default collation which is latin1_swedish_ci. Isn't the informatoin should now be showing "Server charset: something something (latin1)" instead of "Server charset: UTF-8 Unicode (utf8)"
The text was updated successfully, but these errors were encountered: