Open michaelnguyen2021 opened 7 years ago
I am using Vagrant + https://box.scotch.io/
Installed PHPCI by composer. When I run php console phpci:install . NO tables/data are created.
Below is the error
/var/www/phpci/vendor/bin/phinx: Permission denied Error exits out the database process
You probably do not have write privs to phpci database. Make sure user phpci can CRUD tables and you should be good to go.
I am using Vagrant + https://box.scotch.io/
Installed PHPCI by composer. When I run php console phpci:install . NO tables/data are created.
Below is the error
/var/www/phpci/vendor/bin/phinx: Permission denied Error exits out the database process