You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by bu...@apache.org on 2019/06/10 19:56:27 UTC

svn commit: r1046099 - in /websites/staging/vcl/trunk/content: ./ docs/installphpmyadmin.html

Author: buildbot
Date: Mon Jun 10 19:56:27 2019
New Revision: 1046099

Log:
Staging update by buildbot for vcl

Modified:
    websites/staging/vcl/trunk/content/   (props changed)
    websites/staging/vcl/trunk/content/docs/installphpmyadmin.html

Propchange: websites/staging/vcl/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jun 10 19:56:27 2019
@@ -1 +1 @@
-1860978
+1860979

Modified: websites/staging/vcl/trunk/content/docs/installphpmyadmin.html
==============================================================================
--- websites/staging/vcl/trunk/content/docs/installphpmyadmin.html (original)
+++ websites/staging/vcl/trunk/content/docs/installphpmyadmin.html Mon Jun 10 19:56:27 2019
@@ -162,7 +162,7 @@ it was at /usr/share/phpMyAdmin/sql/crea
 
 <p>Save the following in a file named <strong>pmaprivs.sql</strong> to grant the pmacontrol user access to various parts tables:</p>
 <p><div><pre>
-GRANT USAGE ON mysql.<em> TO 'pmacontrol'@'localhost';
+GRANT USAGE ON mysql.&ast; TO 'pmacontrol'@'localhost';
 GRANT SELECT (
 Host, User, Select_priv, Insert_priv, Update_priv, Delete_priv,
 Create_priv, Drop_priv, Reload_priv, Shutdown_priv, Process_priv,
@@ -174,7 +174,7 @@ GRANT SELECT ON mysql.db TO 'pmacontrol'
 GRANT SELECT ON mysql.host TO 'pmacontrol'@'localhost';
 GRANT SELECT (Host, Db, User, Table_name, Table_priv, Column_priv)
 ON mysql.tables_priv TO 'pmacontrol'@'localhost';
-GRANT SELECT, INSERT, UPDATE, DELETE ON phpmyadmin.</em> TO 'pmacontrol'@'localhost';
+GRANT SELECT, INSERT, UPDATE, DELETE ON phpmyadmin.&ast; TO 'pmacontrol'@'localhost';
 </pre></div></p>
 <div class="codehilite"><pre><span class="n">mysql</span> <span class="o">&lt;</span> <span class="n">pmaprivs</span><span class="p">.</span><span class="n">sql</span>
 </pre></div>