10 lines
228 B
INI
10 lines
228 B
INI
[client-server]
|
|
socket=/tmp/mysql.sock
|
|
port=3306
|
|
|
|
[mysqld]
|
|
# fix from https://stackoverflow.com/questions/75696472/aborted-connection-3-to-db-unconnected-user-unauthenticated-host-172-21
|
|
skip-grant-tables
|
|
|
|
[mariadb]
|
|
datadir=/db
|