Skip to main content

/** Ersetze username_here mit deinem MySQL-Datenbank-Benutzernamen */
define('DB_USER', 'amusegueules');

/** Ersetze password_here mit deinem MySQL-Passwort */
define('DB_PASSWORD', 'LesAmuses13');

/** Ersetze localhost mit der MySQL-Serveradresse */
define('DB_HOST', 'localhost');

/** Der Datenbankzeichensatz der beim Erstellen der Datenbanktabellen verwendet werden soll */
define('DB_CHARSET', 'utf8');

/** Der collate type sollte nicht geändert werden */

 

-----------------------------------------------------------------------

 

* @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'wordpress_60');

/** MySQL database username */
define('DB_USER',       'ddusek');

/** MySQL database password */
define('DB_PASSWORD', 'A4rb0g4st');

/** MySQL hostname */
define('DB_HOST', 'localhost:3306');

 

 

----------------------------------------------------------------------

 

*
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

// ** MySQL settings ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'goldkehlchen' );

/** MySQL database username */
define( 'DB_USER', 'goldkehl' );

/** MySQL database password */
define( 'DB_PASSWORD', 'Okenfiner6' );

/** MySQL hostname */
define( 'DB_HOST', 'localhost:3306' );

/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );

/** The Database Collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );

 

 

----------------------------------------------------------

 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

// ** MySQL settings ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'serendipia' );

/** MySQL database username */
define( 'DB_USER', 'marionknoth' );

/** MySQL database password */
define( 'DB_PASSWORD', 'Okenfiner6' );

/** MySQL hostname */
define( 'DB_HOST', 'localhost:3306' );

/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );

/** The Database Collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );