correction

This commit is contained in:
Marc Delisle
2002-06-16 12:02:21 +00:00
parent 764cdad2bc
commit fa2475104f

View File

@@ -304,7 +304,7 @@
<tr>
<td>&nbsp;&nbsp;&nbsp;</td>
<td>
<tt>GRANT SELECT, INSERT, DELETE ON &lt;pma_db&gt; TO 'pma'@'localhost';</tt>
<tt>GRANT SELECT, INSERT, UPDATE, DELETE ON &lt;pma_db&gt; TO 'pma'@'localhost';</tt>
(this of course requires you to have a special DB for phpMyAdmin, the contents
will be explained later)
</td>