本文共 1461 字,大约阅读时间需要 4 分钟。
create user jirauser identified by ‘jira’; grant all privileges on *.* to ‘jirauser’@'%’ identified by ‘jira’ with grant option; grant all privileges on *.* to ‘jirauser’@'localhost’ identified by ‘jira’ with grant option; flush privileges; |
username=”jirauser” password=”780824″ driverClassName=”com.mysql.jdbc.Driver” url=”jdbc:mysql://localhost:3306/jiradb?autoReconnect=true&useUnicode=true&characterEncoding=UTF8″ (删除minEvictableIdleTimeMillis and timeBetweenEvictionRunsMillis项 ) maxActive=”20″ validationQuery=”select 1″/> |
转载地址:http://jmjpx.baihongyu.com/