Skip to content

Instantly share code, notes, and snippets.

@wilransz
Last active August 29, 2015 14:05
Show Gist options
  • Save wilransz/5a60ec3fff44fb795277 to your computer and use it in GitHub Desktop.
Save wilransz/5a60ec3fff44fb795277 to your computer and use it in GitHub Desktop.
Relevant gedeelte van de wp-config-sample.php van WordPress versie 3.9.2
<?php
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'database_name_here');
/** MySQL database username */
define('DB_USER', 'username_here');
/** MySQL database password */
define('DB_PASSWORD', 'password_here');
/** MySQL hostname */
define('DB_HOST', 'localhost');
.
.
$table_prefix = 'wp_';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment