2015-04-03 23:53:53 +02:00
|
|
|
Index: sql/create_tables.sql
|
2015-01-06 00:47:56 +01:00
|
|
|
===================================================================
|
2015-04-03 23:53:53 +02:00
|
|
|
--- sql/create_tables.sql.orig
|
|
|
|
+++ sql/create_tables.sql
|
2015-01-06 00:47:56 +01:00
|
|
|
@@ -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';
|
|
|
|
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
|
2016-08-18 16:48:55 +02:00
|
|
|
Index: config.sample.inc.php
|
|
|
|
===================================================================
|
|
|
|
--- config.sample.inc.php.orig
|
|
|
|
+++ config.sample.inc.php
|
|
|
|
@@ -202,7 +202,6 @@ $cfg['Servers'][$i]['savedsearches']
|
|
|
|
$cfg['Servers'][$i]['central_columns'] = 'pma__central_columns';
|
|
|
|
$cfg['Servers'][$i]['designer_settings'] = 'pma__designer_settings';
|
|
|
|
$cfg['Servers'][$i]['export_templates'] = 'pma__export_templates';
|
|
|
|
-$cfg['Servers'][$i]['auth_swekey_config'] = '';
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|