We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am facing issues while running "npm install" which are:
/Applications/MAMP/htdocs/admin/node_modules/mozjpeg/vendor/cjpeg
and then when I run " php artisan migrate", it shows:
Application In Production! *
Do you really wish to run this command? (yes/no) [no]:
yes
In Connection.php line 664:
SQLSTATE[HY000] [2002] Connection refused (SQL: select * from information_s chema.tables where table_schema = forge and table_name = migrations) In Connector.php line 67: SQLSTATE[HY000] [2002] Connection refused
I have also changed the database, username and passowrd in "config/database" file but still the issue retains. If you can please resolve this issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am facing issues while running "npm install" which are:
/Applications/MAMP/htdocs/admin/node_modules/mozjpeg/vendor/cjpeg
binary doesn't seem to work correctly⚠ mozjpeg pre-build test failed
Command failed: autoreconf -fiv
/bin/sh: autoreconf: command not found
and then when I run " php artisan migrate", it shows:
Do you really wish to run this command? (yes/no) [no]:
In Connection.php line 664:
SQLSTATE[HY000] [2002] Connection refused (SQL: select * from information_s
chema.tables where table_schema = forge and table_name = migrations)
In Connector.php line 67:
SQLSTATE[HY000] [2002] Connection refused
I have also changed the database, username and passowrd in "config/database" file but still the issue retains.
If you can please resolve this issue.
The text was updated successfully, but these errors were encountered: