Make WordPress Core

Changeset 20994


Ignore:
Timestamp:
06/04/2012 08:07:04 PM (13 years ago)
Author:
nacin
Message:

Remove parameter validation from the DB_NAME. Only usernames have any kind of limitation in MySQL, and it should not be enforced on database names. from Microsoft.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/iis/parameters.xml

    r18645 r20994  
    8686</parameter>
    8787
    88 <!-- This parameter prompts the user for the database name. We have
    89     set a validation RegEx on this parameter, as MySQL will not accept
    90     a username that has more than 16 characters.
     88<!-- This parameter prompts the user for the database name.
    9189-->
    9290<parameter
     
    9593    tags="MySQL,dbName"
    9694    >
    97     <parameterValidation
    98     type="RegularExpression"
    99     validationString="^\w{1,16}$"
    100     />
    10195    <parameterEntry
    10296    type="TextFile"
Note: See TracChangeset for help on using the changeset viewer.