Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Databases Connection #65

Open
kenjiroe opened this issue Aug 3, 2017 · 1 comment
Open

Databases Connection #65

kenjiroe opened this issue Aug 3, 2017 · 1 comment

Comments

@kenjiroe
Copy link

kenjiroe commented Aug 3, 2017

WordPress is not connection db port:13306 or 3306 by default.

@htuscher
Copy link
Member

htuscher commented Aug 3, 2017

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');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants