Make WordPress Core

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.9/wp-config-sample.php

    r58704 r58704  
    99 * This file contains the following configurations:
    1010 *
    11  * * MySQL settings
     11 * * settings
    1212 * * Secret keys
    1313 * * Database table prefix
     
    1919 */
    2020
    21 // ** MySQL settings - You can get this info from your web host ** //
     21// ** settings - You can get this info from your web host ** //
    2222/** The name of the database for WordPress */
    2323define( 'DB_NAME', 'database_name_here' );
    2424
    25 /** MySQL database username */
     25/** atabase username */
    2626define( 'DB_USER', 'username_here' );
    2727
    28 /** MySQL database password */
     28/** atabase password */
    2929define( 'DB_PASSWORD', 'password_here' );
    3030
    31 /** MySQL hostname */
     31/** hostname */
    3232define( 'DB_HOST', 'localhost' );
    3333
Note: See TracChangeset for help on using the changeset viewer.