我试图连接在同一mysql database
上运行的本地服务器上的另一个network
上。但是在运行php artisan migrate
时,它冻结了,什么也没有发生,logs
也为空。我该如何实现?
这是我的.env文件
APP_NAME=Laravel
APP_ENV=local
APP_KEY=base64:uzO/+1oxld1Bt9mudIHqb8lz3v8w2qOdmAc3IavWALY=
APP_DEBUG=true
APP_URL=http://localhost
LOG_CHANNEL=stack
DB_CONNECTION=mysql
DB_HOST= 192.xxx.x.xxx
DB_PORT= xxxxx //sample port
DB_DATABASE=testlaravel
DB_USERNAME=xxxxxx // sample username
DB_PASSWORD=xxxxxxxxx // sample password
答案 0 :(得分:0)
db_host应该为“ 127.0.0.1”,请尝试此操作。