define('DB_NAME', 'hoanglam_shopwp');
/** MySQL database username */
define('DB_USER', 'hoanglam_shopwp');
/** MySQL database password */
define('DB_PASSWORD', 'MATKHAU');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8mb4');
/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');