-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
None
-
Affects Version/s: 6.4.1
-
Component/s: Server - Installer / Setup
-
None
-
1
-
Severity 2 - Major
Steps to replicate :
- Start Confluence setup wizard
- Input your Confluence license and click next
- Choose "My own database" and click next
- Select MySQL as Database type and click next
- Click on Direct JDBC
- Notice that the suggestion says to append &useUnicode=true&characterEncoding=utf8 if using non-latin characters.
- Append the following to add unicode support as mentioned on the page :
&useUnicode=true&characterEncoding=utf8
- Input your database User Name and Password then click next
Current Behavior : You will get the following error as per the screenshot below :
![]()
Expected Behavior : The error is expected when the url is not structured correctly. If the url does not already contain a query string, it will fail as above.
Workaround : If the url does not contain a query string already (beginning with ?), then you need to add the following, instead:
?useUnicode=true&characterEncoding=utf8