How to connect DB with Bedrock WP?

Hi, I don’t know what Im doing wrong.

I have bedrock structure WP and in .env i’ve got
BD_NAME=‘epiz_0000000_bdname’
DB_USER=‘epiz_0000000’
DB_PASSWORD=‘0000000’
additionaly DB_HOST=‘sql201.epizy.com

And still occuring ’ Error establishing a database connection’

Is it possible to deploy Bedrock Structure WP here?

Thanks for help :slight_smile:

You are using the info found under the “Database” tab in the client area correct?

Can you also provide a domain name?

Thanks

I’m using ‘MySQL Details’ credentials from client area.

Yes in this case it could be
DB_NAME=‘epiz_00000000_likwidacja’
DB_USER=‘epiz_00000000’
DB_PASSWORD=‘0000000000’
DB_HOST=‘sql201.epizy.com

WP_ENV='development'
WP_HOME='http://www.likwidacja.great-site.net'
WP_SITEURL="${WP_HOME}/wp"

I’m wondering also about htacces how it should look in this case.

Thanks a lot

Shouldn’t it be…?

WP_ENV=‘development’
WP_HOME=‘http://www.likwidacja.great-site.net
WP_SITEURL=‘http://www.likwidacja.great-site.net/wp

It didn’t work though :frowning:

Then you should try the easy way…

Can you please enable WP_DEBUG first to get a more descriptive error message?

And when you have that, can you please compare it against the sections in this article?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.