Open kenjiroe opened 7 years ago
There's very less details here, but if you want to use this boilerplate with wordpress, you must configure the following database credentials in your WordPress:
define('DB_NAME', 'database');
define('DB_USER', 'dev');
define('DB_PASSWORD', 'dev');
define('DB_HOST', 'mysql:3306');
WordPress is not connection db port:13306 or 3306 by default.