Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: aaab14284f9a233e1deba93f7e25a432fce4f5ea
https://github.com/phpmyadmin/phpmyadmin/commit/aaab14284f9a233e1deba93f7e2…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-01-06 (Mon, 01 January 2020) -03:00
Changed paths:
M libraries/classes/Controllers/Database/SqlController.php
M libraries/entry_points/database/sql.php
M libraries/routes.php
Log Message:
-----------
Remove requires from the routes file
Call the the controller directly instead of requiring the entry point
file.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/QA_5_0
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: af28c53645e2289e4da1014905f1721654a015b4
https://github.com/phpmyadmin/phpmyadmin/commit/af28c53645e2289e4da1014905f…
Author: Isaac Bennetch <bennetch(a)gmail.com>
Date: 2020-01-05 (Sun, 01 January 2020) -05:00
Changed paths:
M doc/setup.rst
Log Message:
-----------
Update documentation for creating a controluser.
This now provides information for newer MySQL (newer than 8.0) and MariaDB servers.
Signed-off-by: Isaac Bennetch <bennetch(a)gmail.com>
Branch: refs/heads/QA_5_0
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 1ae14b59a40ff5d8b62b50f9c1172dbea0e61b1f
https://github.com/phpmyadmin/phpmyadmin/commit/1ae14b59a40ff5d8b62b50f9c11…
Author: Isaac Bennetch <bennetch(a)gmail.com>
Date: 2020-01-05 (Sun, 01 January 2020) -05:00
Changed paths:
M doc/faq.rst
Log Message:
-----------
Documentation for the MySQL > 8.0 with PHP < 7.4 compatibility problem
Document fixes for caching_sha2_password authentication problems
Signed-off-by: Isaac Bennetch <bennetch(a)gmail.com>