I did it still the same error @leokhoa
R
rb557
@rb557
1
Reputation
14
Posts
304
Profile views
0
Followers
0
Following
Posts made by rb557
-
RE: Unable to perform this function "php artisan migrate"
-
RE: Unable to perform this function "php artisan migrate"
@leokhoa No.. I am attaching the screenshot. Please have a look at it.
-
RE: Unable to perform this function "php artisan migrate"
Thanks but I still got the same message "SQLSTATE[HY000] [1045] Access denied for user 'root'@localhost' <using password: no>
I wrote this on my .env
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=root
DB_USERNAME=root
DB_PASSWORD= -
Unable to perform this function "php artisan migrate"
I am unable to launch the homestead in the database of Laragon. It gives me the following error. "SQLSTATE[HY000] [1045] Access denied for user 'homestead'@localhost' <using password: no>
Also can anyone explain me how to connect the mysql server to Laravel from laragon terminal.Thanks in advance.