FAQ 3.21 document issue unable to log in with characters such as á

Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
This commit is contained in:
Isaac Bennetch 2016-05-30 08:21:10 -04:00
parent 4027603420
commit 1500e4aaac

View File

@ -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 <https://github.com/phpmyadmin/phpmyadmin/issues/12232>`_
.. seealso:: `MySQL documentation note <http://php.net/manual/en/mysqli.real-connect.php#refsect1-mysqli.real-connect-notes>`_
.. _faqmultiuser:
ISPs, multi-user installations