Alexooisq Posted June 14, 2022 Share Posted June 14, 2022 Hi folks, im trying to install prestashop on my aws ubuntu instance. performed the following commands to install prestashop and create database. Somehow when setting up prestashop via web UI, ive got "Database Server is not found. Please verify the login, password and server fields (DbPDO)" when trying to connect to database. Please advise. Thank you. sudo su sudo apt update && sudo apt upgrade -y sudo apt-get install docker apt install docker.io -y service docker start docker pull prestashop/prestashop docker network create prestashop-net docker run -ti --name helen-mysql --network prestashop-net –e MYSQL_ROOT_PASSWORD=admin -p 3307:3306 -d mysql:5.7 docker run -p 80:80 prestashop/prestashop Link to comment Share on other sites More sharing options...
TiaNex Shopping Posted June 29, 2022 Share Posted June 29, 2022 very dispoint with prestashop all version can't instll now, all kinds of errors including this database error, affer i changed to a old user/password (user for other database) this error dispeared,but still too many other problems Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now