mysql-action
mysql-action copied to clipboard
OT: Credentials for Default MySQL on Windows or macOS?
This is a bit offtopic, but someone here might know about this.
What are the credentials for the Default MySQL on Windows and macOS environments? The root:root only seem to work on Linux.
See Software in virtual environments for GitHub Actions.
- Windows - It seems like Windows environment have not started MySQL, have not installed MySQL to a system service, and
mysqlddoes not work. It maybe a bug in Actions. - Mac OS - No, it seems like MacOS environment does not contain MySQL.
Thanks, I indeed misread the macOS environment information - on second look I can not see MySQL there :( Shame.