Files
mysqlclient/tests/default.cnf
2023-05-18 17:52:38 +09:00

12 lines
375 B
INI

# To create your own custom version of this file, read
# http://dev.mysql.com/doc/refman/5.1/en/option-files.html
# and set TESTDB in your environment to the name of the file
# $ docker run -e MYSQL_ALLOW_EMPTY_PASSWORD=yes -p 3306:3306 --rm --name mysqld mysql:latest
[MySQLdb-tests]
host = 127.0.0.1
user = root
database = test
#password =
default-character-set = utf8mb4