Skip to content
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

DB::Exception: Database engine MaterializedMySQL cannot have arguments. #31176

Closed
hcymysql opened this issue Nov 9, 2021 · 1 comment
Closed
Labels
question Question?

Comments

@hcymysql
Copy link

hcymysql commented Nov 9, 2021

ck2 :) SET allow_experimental_database_materialize_mysql = 1
ck2 :) CREATE DATABASE t2 ENGINE = MaterializedMySQL('172.19.136.32:3306', 'test', 'hcy', '123456') ;
Received exception from server (version 21.7.4):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Database engine MaterializedMySQL cannot have arguments.

ClickHouse server version 21.7.4
8.0.26 MySQL Community Server - GPL

@hcymysql hcymysql added the question Question? label Nov 9, 2021
@stigsb
Copy link
Contributor

stigsb commented Nov 9, 2021

In 21.7 the database engine was still called MaterializeMySQL (not materializeD), but the error message is misleading.

Change to ENGINE = MaterializeMySQL(...) and it should work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question?
Projects
None yet
Development

No branches or pull requests

3 participants