Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.5.9
-
Component/s: Core
-
Labels:None
Description
If a schema name contains a unicode character > U0080 MaxScale returns an error, when trying to connect with schema.
How to repeat:
mysql -P4006 -pfoo -umax -h127.0.0.1 -e"create schema €uro" |
mysql -P4006 -pfoo -umax -h127.0.0.1 -e"show schemas like '€uro'\G" |
*************************** 1. row *************************** |
Database (€uro): €uro
|
mysql -P4006 -pfoo -umax -h127.0.0.1 €uro |
ERROR 1049 (42000): Unknown database '€uro' |