25,980
社区成员
发帖
与我相关
我的任务
分享
driverClassName=com.mysql.jdbc.Driver
username=root
password=123456
maxActive=200
initialSize=10
minIdle=10
maxIdle=30
url=jdbc:mysql://localhost:3306/exam?autoReconnect=true&useUnicode=true&characterEncoding=utf8
[mysqldump]
quick
max_allowed_packet = 16M
[mysql]
no-auto-rehash
# Remove the next comment character if you are not familiar with SQL
#safe-updates
[isamchk]
key_buffer = 256M
sort_buffer_size = 256M
read_buffer = 2M
write_buffer = 2M
[myisamchk]
key_buffer = 256M
sort_buffer_size = 256M
read_buffer = 2M
write_buffer = 2M
[mysqlhotcopy]
interactive-timeout
<Connector port="8080"
protocol="HTTP/1.1"
maxHttpHeaderSize="8192"
maxThread="1000"
minSpareThreads="100"
maxSpareThreads="1000"
minProcessors="100"
maxProcessors="1000"
enableLookups="true"
redirectPort="8443"
acceptCount="1000"
connectionTimeout="20000"
useBodyEncodingForURI="true" />