Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChirayu Chiripal <chirayu.chiripal@gmail.com>2014-07-13 13:10:14 +0400
committerChirayu Chiripal <chirayu.chiripal@gmail.com>2014-07-14 16:50:24 +0400
commit0906f78fab2d608f823fdd83c18737c184f11478 (patch)
treed0babf38b9dbebfb6134610793912f49f6fc3346 /examples
parent65569b5d90d850d3868bb264214c8595aadace81 (diff)
Suggest ALTER rights on phpmyadmin for controluser
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/create_tables.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/create_tables.sql b/examples/create_tables.sql
index 102a585e03..e11bf019b6 100644
--- a/examples/create_tables.sql
+++ b/examples/create_tables.sql
@@ -27,7 +27,7 @@ USE phpmyadmin;
-- Privileges
--
-- (activate this statement if necessary)
--- GRANT SELECT, INSERT, DELETE, UPDATE ON `phpmyadmin`.* TO
+-- GRANT SELECT, INSERT, DELETE, UPDATE, ALTER ON `phpmyadmin`.* TO
-- 'pma'@localhost;
-- --------------------------------------------------------