Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.5.9
-
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' |