From 1500e4aaac63d050f3e0528d06ca3328f0cabea2 Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Mon, 30 May 2016 08:21:10 -0400 Subject: [PATCH] =?UTF-8?q?FAQ=203.21=20document=20issue=20unable=20to=20l?= =?UTF-8?q?og=20in=20with=20characters=20such=20as=20=C3=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Isaac Bennetch --- doc/faq.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/faq.rst b/doc/faq.rst index c82483c102..8da661c68a 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -1056,6 +1056,17 @@ accordingly. This is done for the sake of efficiency. At some point, the character set used to store bookmark content has changed. It's better to recreate your bookmark from the newer phpMyAdmin version. +.. _faq3_21: + +3.21 I am unable to log in with a username containing UTF-8 characters such as รก. +--------------------------------------------------------------------------------- + +This is a limitation of how PHP and the MySQL server interact; there is no way for PHP +to set the charset before authenticating. + +.. seealso:: `phpMyAdmin issue `_ +.. seealso:: `MySQL documentation note `_ + .. _faqmultiuser: ISPs, multi-user installations