Altinity / clickhouse-mysql-data-reader

utility to read mysql data
MIT License
369 stars 94 forks source link

document seems obsolete #144

Closed justlooks closed 4 years ago

justlooks commented 5 years ago

doc says

clickhouse-mysql \ --src-host=127.0.0.1 \ --src-user=reader \ --src-password=Qwerty1# \ --create-table-sql-template \ --with-create-database \ --src-only-table=airline.ontime > create_clickhouse_table_template.sql

but when I run

clickhouse-mysql: error: unrecognized arguments: --src-only-table=airline.ontime
sunsingerus commented 4 years ago

fixed