Merge pull request #2667 from jean-bonilha/patch-1

Makes easy login into mysql server
This commit is contained in:
Dawid Makowski
2023-09-11 14:02:43 +02:00
committed by GitHub

View File

@@ -9,3 +9,7 @@
sql-mode="STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION"
character-set-server=utf8
default-authentication-plugin=mysql_native_password
[client]
user=root
password="root"