Files
doris/extension/mysql_to_doris
TsubameKoyasu f5761c658f [Fix]Fix the extension mysql_to_doris bug (#13723)
* Fix the extension mysql_to_doris  BUG

e_mysql_to_doris.sh: command error,This error causes script execution errors.  :ERROR 1103 (42000) at line 1: Incorrect table name ''.
 ` ` symbol position error

* Update extension/mysql_to_doris/bin/e_mysql_to_doris.sh


Co-authored-by: Adonis Ling <adonis0147@gmail.com>
2022-10-31 08:45:34 +08:00
..

How to do?

1、To configure mysql.conf and doris.conf in the conf directory,the conf including host、port and password

2、To configure mysql_tables and doris_tables in the conf directory,the conf is user need to synchronization tables and want to get table name

3、To execute e_mysql_to_doris.sh by sh e_mysql_to_doris.sh

4、To execute e_auto.sh by nohup sh e_auto.sh &

What do you get?

A simple configuration synchronizes all configured tables and Monitor Mysql metadata changes in real time