Jump to content

Database Server is not found. Please verify the login, password and server fields (DbPDO)


Edwin

Recommended Posts

Hi,

 

I am installing PrestaShop on Ubuntu 16 after creating the docker image using these commands:

docker run -ti --name some-mysql -e MYSQL_ROOT_PASSWORD=admin -d mysql
docker run -ti --name some-prestashop --link some-mysql -e DB_SERVER=some-mysql -p 8080:80 -d prestashop/prestashop

 

At the installation stage, I keep getting the error 'Database Server is not found. Please verify the login, password and server fields (DbPDO)' in the database section.

I have even tried creating the database from inside the some-mysql container but I am still getting the error. Kindly help.

Edited by Edwin (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...