We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6032c68 commit 2f95dc5Copy full SHA for 2f95dc5
database/phpmyadmin/sql/create_tables.sql.template.example
@@ -26,7 +26,7 @@ USE phpmyadmin;
26
--
27
-- CREATE USER IF NOT EXISTS for phpmyadmin database
28
29
-CREATE USER IF NOT EXISTS 'pma_controluser'@'%' IDENTIFIED WITH db_authentication_plugin db_authentication_password;
+CREATE USER IF NOT EXISTS 'pma_controluser'@'%' IDENTIFIED BY 'db_authentication_password';
30
31
32
-- Privileges
0 commit comments