Databases Reference
In-Depth Information
No privileges
If you do not have the privilege to create a database, the panel displays a No
privileges message under the Create new database label. This means that you
must work with the databases already created for you, or ask the MySQL server's
administrator to give you the necessary CREATE privilege.
If you are the MySQL server's administrator,
refer to Chapter 19 .
First database creation is authorized
If phpMyAdmin detects that we have the right to create a database, the dialog
appears as shown in the following screenshot:
In the input field, a suggested database name appears if the $cfg['SuggestDBName']
parameter is set to TRUE , which is the default setting. The suggested database name is
built according to the privileges we possess.
If we are restricted to the use of a prefix, the prefix might be suggested in the input
field. (A popular choice for this prefix is the username, which might or might not be
followed by an underscore character.) Note that, in this case, the prefix is followed by
an ellipsis mark, added by phpMyAdmin. We should remove this ellipsis mark and
complete the input field with an appropriate name.
 
Search WWH ::




Custom Search