Ticket #65033: 65033.patch
| File 65033.patch, 1.7 KB (added by , 2 months ago) |
|---|
-
wp-config-sample.php
28 28 /** Database password */ 29 29 define( 'DB_PASSWORD', 'password_here' ); 30 30 31 /** Database hostname */ 31 /** 32 * Database hostname. 33 * 34 * You can use a hostname, and optionally append a TCP port and/or a Unix socket path. 35 * General form: hostname[:port][:/path/to/socket] 36 * 37 * Examples: '127.0.0.1', '127.0.0.1:3307', 'localhost:/tmp/mysql.sock', 38 * '127.0.0.1:3307:/var/run/mysqld/mysqld.sock'. IPv6 addresses use brackets, e.g. '[::1]:3306'. 39 * 40 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/ 41 */ 32 42 define( 'DB_HOST', 'localhost' ); 33 43 34 44 /** Database charset to use in creating database tables. */