Fixed xhtml1.0 errors

This commit is contained in:
Loïc Chapeaux
2002-02-28 20:15:27 +00:00
parent 07e1954d7d
commit 7c7b32885e

View File

@@ -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> &nbsp;&nbsp;&nbsp;&nbsp;
<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>