Author: jfthomps
Date: Mon Jun 10 19:37:49 2019
New Revision: 1860976
URL: http://svn.apache.org/viewvc?rev=1860976&view=rev
Log:
added some formatting
Modified:
vcl/site/trunk/content/docs/installphpmyadmin.mdtext
Modified: vcl/site/trunk/content/docs/installphpmyadmin.mdtext
URL:
http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/installphpmyadmin.mdtext?rev=1860976&r1=1860975&r2=1860976&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/installphpmyadmin.mdtext (original)
+++ vcl/site/trunk/content/docs/installphpmyadmin.mdtext Mon Jun 10 19:37:49
2019
@@ -37,6 +37,7 @@ specific IP addresses or IP ranges so th
<div><pre>Require ip x.x.x.x/y</pre></div>
Where x.x.x.x/y represents an IP range such as 192.168.100.1/24. Multiple
lines can be added
to match multiple ranges.
+
* restart httpd to active the changes
:::BashLexer
@@ -55,7 +56,7 @@ it was at /usr/share/phpMyAdmin/sql/crea
:::BashLexer
mysql -e "CREATE USER 'pmacontrol'@'localhost' IDENTIFIED BY
'mypassword';"
- Save the following in a file named pmaprivs.sql to grant the pmacontrol
user access to various parts tables:
+ Save the following in a file named **pmaprivs.sql** to grant the
pmacontrol user access to various parts tables:
<div><pre>
GRANT USAGE ON mysql.* TO 'pmacontrol'@'localhost';