mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 02:54:29 +08:00
12 lines
375 B
INI
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
|