Fixed xhtml1.0 errors
This commit is contained in:
@@ -1250,18 +1250,16 @@
|
|||||||
phpMyAdmin's authentication, so remove it.
|
phpMyAdmin's authentication, so remove it.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
|
||||||
|
|
||||||
<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
|
Yes, but currently (phpMyAdmin 2.2.4) there is no visual way to do this in
|
||||||
to do this in our user management page. For example, let's say users
|
our user management page. For example, let's say users should be able to
|
||||||
should be able to create databases with a name starting like their
|
create databases with a name starting like their username, type this in a
|
||||||
username, type this in a query box:
|
query box:
|
||||||
</br>
|
<br />
|
||||||
</br>
|
|
||||||
|
|
||||||
<tt>GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER
|
<tt>GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER
|
||||||
ON `username%`.* TO 'username'@localhost;</tt>
|
ON `username%`.* TO 'username'@localhost;</tt>
|
||||||
</p>
|
</p>
|
||||||
|
Reference in New Issue
Block a user