grant not needed
This commit is contained in:
@@ -649,13 +649,6 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
|||||||
<li>enter the tablename in
|
<li>enter the tablename in
|
||||||
<tt>$cfg['Servers'][$i]['bookmarktable']</tt></li>
|
<tt>$cfg['Servers'][$i]['bookmarktable']</tt></li>
|
||||||
</ul><br />
|
</ul><br />
|
||||||
|
|
||||||
Note that "controluser" must have <tt>SELECT</tt>,
|
|
||||||
<tt>INSERT</tt> and <tt>DELETE</tt> privileges on the bookmark table.
|
|
||||||
Here is a query to set up those privileges (using "pma" as
|
|
||||||
the controluser and phpmyadmin as databasename):<br />
|
|
||||||
<tt> GRANT SELECT,INSERT,DELETE ON <phpmyadmin> to 'pma'@localhost;</tt>
|
|
||||||
<br /><br />
|
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
@@ -718,9 +711,9 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
|||||||
<tt>$cfg['Servers'][$i]['relation']</tt>
|
<tt>$cfg['Servers'][$i]['relation']</tt>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
now as normal user open phpMyAdmin and for each table where you
|
now as normal user open phpMyAdmin and for each one of your
|
||||||
want to use this feature, click "Structure/Relation view/"
|
tables where you want to use this feature, click
|
||||||
and choose foreign fields.
|
"Structure/Relation view/" and choose foreign fields.
|
||||||
</li>
|
</li>
|
||||||
</ul><br />
|
</ul><br />
|
||||||
Please note that in the current (2.3.0) version, <tt>master_db</tt>
|
Please note that in the current (2.3.0) version, <tt>master_db</tt>
|
||||||
|
Reference in New Issue
Block a user