Something went wrong: The command "mysql --user="${:LARAVEL_LOAD_USER}" --password="${:LARAVEL_LOAD_PASSWORD}" --host="${:LARAVEL_LOAD_HOST}" --port="${:LARAVEL_LOAD_PORT}" --database="${:LARAVEL_LOAD_DATABASE}" < "${:LARAVEL_LOAD_PATH}"" failed. Exit Code: 127(Command not found) Working directory: /flarum/app/public Output: ================ Error Output: ================ sh: mysql: not found
我是用docker-compose部署的,不想用容器里的数据库,在安装时填写了自己服务器的数据库,没有建数据库时说数据库未知,建好之后就报上面的错误。