undefined
undefined

Reputation: 161

can't install oro platform using this command sudo php app/console oro:install --env="dev"

trying to install oro platform using this command sudo php app/console oro:install --env="dev" but I get the following error :

Dropping database schema...

[PDOException]
SQLSTATE[HY000] [2002] Connection refused

doctrine:schema:drop [--dump-sql] [--force] [--full-database] [--em[="..."]] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-s|--shell] [--process-isolation] [-e|--env="..."] [--no-debug] [--jms-job-id="..."] [--current-user="..."] [--current-organization="..."] [--disabled-listeners="..."] command

[RuntimeException]
The command terminated with an exit code: 255.

Upvotes: 1

Views: 373

Answers (1)

Doru Mardari
Doru Mardari

Reputation: 89

Check your database parameters, something is wrong.

Upvotes: 2

Related Questions