-
Notifications
You must be signed in to change notification settings - Fork 7.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
result set is encoded through the MySQL client #9032
Comments
CH version? cc @yurriy |
Hi @den-crane , Thanks for the revert . [root@ip-172-31-8-156 ~]# clickhouse-server --version |
Hi @den-crane , Thanks for the hint . I have tried with the MySQL 5.7 client . It is working fine for me . Logs : [root@ip-172-31-8-156 bin]# ./mysql --version Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> show databases; Now, why it is not working with MySQL 8 ? It is because of the character set ? Because the default charset is UTF8MB4 on MySQL 8 . Thanks !!! |
I will look into that. |
Thank you !!! |
@yurriy is not working on this issue right now, we have to reassign. |
It was fixed in #9079. Probably @den-crane reopened it because it wasn't in a stable version at that moment. |
Ok, thank you! |
Hi All,
I am trying to connect the Clickhouse with the MySQL client . But, the result set is coming something encoded .
Anything I missed ?
mysql -h127.0.0.1 -P9001 -udefault -pSakthi@321
mysql> show databases;
+------------------+
| name |
+------------------+
| 0x64656661756C74 |
| 0x6A65737573 |
| 0x73797374656D |
+------------------+
3 rows in set (0.00 sec)
Read 3 rows, 354.00 B in 0.000 sec., 6478 rows/sec., 746.55 KiB/sec.
The text was updated successfully, but these errors were encountered: