12 lines
270 B
PHP
12 lines
270 B
PHP
<?php
|
|
|
|
define( 'DB_NAME', 'medicalalert' );
|
|
define( 'DB_USER', 'root' );
|
|
define( 'DB_PASSWORD', 'root' );
|
|
define( 'DB_HOST', 'localhost:/Applications/MAMP/tmp/mysql/mysql.sock' );
|
|
define( 'DB_CHARSET', 'utf8' );
|
|
define( 'DB_COLLATE', '' );
|
|
|
|
$table_prefix = 'wp_xygy_';
|
|
|