-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Playwright Admin Workflow to Use External MySQL Configuration
- Removed inline MySQL character set and collation options from the workflow file. - Added a new my.cnf configuration file to specify MySQL settings including default-authentication
- Loading branch information
1 parent
0f48848
commit b71703f
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[mysqld] | ||
default-authentication-plugin=mysql_native_password | ||
character-set-server=utf8mb4 | ||
collation-server=utf8mb4_unicode_ci |