16 lines
535 B
Diff
16 lines
535 B
Diff
|
Index: examples/create_tables.sql
|
||
|
===================================================================
|
||
|
--- examples/create_tables.sql.orig
|
||
|
+++ examples/create_tables.sql
|
||
|
@@ -27,8 +27,8 @@ USE phpmyadmin;
|
||
|
-- Privileges
|
||
|
--
|
||
|
-- (activate this statement if necessary)
|
||
|
--- GRANT SELECT, INSERT, DELETE, UPDATE, ALTER ON `phpmyadmin`.* TO
|
||
|
--- 'pma'@localhost;
|
||
|
+GRANT SELECT, INSERT, DELETE, UPDATE, ALTER ON `phpmyadmin`.* TO
|
||
|
+ 'pma'@localhost IDENTIFIED BY 'pmapass';
|
||
|
|
||
|
-- --------------------------------------------------------
|
||
|
|