Home  >  Article  >  Backend Development  >  laravel - error when executing: php artisan migrate

laravel - error when executing: php artisan migrate

WBOY
WBOYOriginal
2016-08-04 09:20:571016browse

When executing: php artisan migrate, an error occurred:
[PDOException]
SQLSTATE[HY000] [2002] Connection refused

laravel - error when executing: php artisan migrate

Reply content:

When executing: php artisan migrate, an error occurred:
[PDOException]
SQLSTATE[HY000] [2002] Connection refused

laravel - error when executing: php artisan migrate

It has been solved. The host configuration in my .env file is wrong. It should be mysql on the virtual machine, so host=192.168.10.10

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn