wildcard db
This commit is contained in:
@@ -1265,14 +1265,10 @@
|
|||||||
<p>
|
<p>
|
||||||
<b>Is it possible to let users create their own databases?</b>
|
<b>Is it possible to let users create their own databases?</b>
|
||||||
<br />
|
<br />
|
||||||
Yes, but currently (phpMyAdmin 2.2.4) there is no visual way to do this in
|
Starting with 2.2.5, in the user management page, you can enter a wildcard
|
||||||
our user management page. For example, let's say users should be able to
|
database name for a user, and put the privileges you want. For example,
|
||||||
create databases with a name starting like their username, type this in a
|
adding SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER would
|
||||||
query box:
|
let a user create/manage his/her database(s).
|
||||||
<br />
|
|
||||||
|
|
||||||
<tt>GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER
|
|
||||||
ON `username%`.* TO 'username'@localhost;</tt>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>[Browsers or client OS]</h3>
|
<h3>[Browsers or client OS]</h3>
|
||||||
|
Reference in New Issue
Block a user