blob: 1583b7396086fffd9d0ac579ba2ec9cb2ba665ed [file] [log] [blame]
[client]
port = ${driver.port?c}
socket = /tmp/mysql.sock.${entity.socketUid}.${driver.port?c}
user = root
password = ${entity.password}
# Here follows entries for some specific programs
# The MySQL server
[mysqld]
port = ${driver.port?c}
socket = /tmp/mysql.sock.${entity.socketUid}.${driver.port?c}
basedir = ${driver.baseDir}
datadir = ${driver.dataDir}
bind-address = 0.0.0.0
# skip-networking
#Prevent the GRANT statement from automatically creating new user accounts if it would otherwise do so,
#unless authentication information is specified
sql_mode = NO_AUTO_CREATE_USER
# Custom configuration options
${driver.mySqlServerOptionsString}