can someone help me why I can’t install mysql service for my project?
`PS D:laravel-projectslaravel-sail> php artisan sail:install
Which services would you like to install? [mysql]
None ………………………………………………………………….. 0
mysql …………………………………………………………………. 1
pgsql …………………………………………………………………. 2
mariadb ……………………………………………………………….. 3
redis …………………………………………………………………. 4
memcached ……………………………………………………………… 5
meilisearch ……………………………………………………………. 6
typesense ……………………………………………………………… 7
minio …………………………………………………………………. 8
mailpit ……………………………………………………………….. 9
selenium ……………………………………………………………… 10
soketi ……………………………………………………………….. 11
❯ mysql
The system cannot find the path specified.
INFO Sail scaffolding installed successfully. You may run your Docker containers using Sail’s “up” command.
➜ ./vendor/bin/sail up
WARN A database service was installed. Run “artisan migrate” to prepare your database:
➜ ./vendor/bin/sail artisan migrate`
It says the system cannot find the path specified, but I tried running ./vendor/bin/sail up after.
it gives me this error msg.
<3>WSL (562) ERROR: CreateProcessEntryCommon:505: execvpe /bin/bash failed 2
<3>WSL (562) ERROR: CreateProcessEntryCommon:508: Create process not expected to return
Borgir is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.