-
Notifications
You must be signed in to change notification settings - Fork 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
不支持window, start_file找不到 #85
Comments
你的命令里binlog.000001前后加单引号了吧,去掉试试看。。。 |
你先去主库上show master logs看看你指定的文件有没有吧,没有报错很正常 |
any fix on this i'm facing this issue on both windows and linux |
`(base) PS D:\green-soft\binlog2sql-master\binlog2sql> python binlog2sql.py -h 127.0.0.1 -P 3306 -u root -p 123456 -d data_etl -t student_cdc --start-file=mysql-bin-file.000176 --start-datetime='2022-10-15 08:00:00' --stop-datetime='2022-10-15 11:00:00' D:\ProgramData\Anaconda3\lib\site-packages\pymysql\cursors.py:166: Warning: (1366, "Incorrect string value: '\xD6\xD0\xB9\xFA\xB1\xEA...' for column 'VARIABLE_VALUE' at row 480") INSERT INTO |
|
已经确认所有配置准确,linux可以运行,window总是提示以下错误
ValueError: parameter error: start_file 'binlog.000001' not in mysql server
The text was updated successfully, but these errors were encountered: