laravel - error when executing: php artisan migrate

WBOY
Release: 2016-08-04 09:20:57
Original
1055 people have browsed it

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template