Changes

Jump to navigation Jump to search
296 bytes added ,  03:54, 20 May 2017
no edit summary
Line 72: Line 72:  
\%  A “%” character. See note following the table.
 
\%  A “%” character. See note following the table.
 
\_  A “_” character. See note following the table.
 
\_  A “_” character. See note following the table.
 +
</pre>
 +
 +
== Check Privileges ==
 +
do:
 +
<pre>
 +
SHOW GRANTS FOR 'user'@'localhost';
 +
</pre>
 +
 +
== REVOKE GRANTS ==
 +
do:
 +
<pre>
 +
REVOKE ALL PRIVILEGES, GRANT OPTION FROM 'user'@'localhost';
 +
</pre>
 +
 +
== Wordpress Privileges ==
 +
<pre>
 +
GRANT SELECT , INSERT , UPDATE , DELETE ON  wordpress.* TO 'user'@'localhost';
 
</pre>
 
</pre>

Navigation menu