Skip to content

Instantly share code, notes, and snippets.

View bulentAkgul's full-sized avatar
😊

Bulent Akgul bulentAkgul

😊
View GitHub Profile
@jjsquady
jjsquady / mysql-sail.md
Last active March 9, 2024 16:50
Laravel Sail - GRANT ALL PRIVILEGES to user

Run this command in sail project folder:

docker-compose exec mysql bash

execute the mysql -u root -p command

provide the default password password

then executes