umapati / infoscoop

Automatically exported from code.google.com/p/infoscoop
0 stars 0 forks source link

Datasource url does not contain character code setting. #258

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Datasource url(in %CATALINA_HOME%\conf\Catalina\localhost\infoscoop.xml) does 
not contain character code setting.

incorrect: url="jdbc:mysql://localhost:3306/iscoop

correct: 
url="jdbc:mysql://localhost:3306/iscoop?useUnicode=true&characterEncoding=UT
F-8"

Original issue reported on code.google.com by nakata0...@gmail.com on 18 Aug 2010 at 3:13

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r518.

fixed url following:

url="jdbc:mysql://localhost:3306/iscoop?useUnicode=true&characterEncoding=UTF-8"

Original comment by nakata0...@gmail.com on 18 Aug 2010 at 3:28

GoogleCodeExporter commented 9 years ago

Original comment by nakata0...@gmail.com on 18 Aug 2010 at 3:29