# mysql login info host=hadoop110 user=maxwell password=123456 client_id=maxwell_1在maxwell安装目录下输入命令
bin/maxwell-bootstrap --user maxwell --password 123456 --host hadoop110 --database gmall8888 --table user_info --client_id maxwell_1
--user:conf.properties配置文件中的用户名--password: conf.properties配置文件中的密码--host:conf.properties配置文件中的主机名--database:要查询历史数据的数据库--table:要查询历史数据的数据表--client_id: conf.properties配置文件中的client_id



