David Ducos
                                            David Ducos
                                        
                                    We created this ticket to see if it gives mydumper value if we can extract data from Clickhouse as currently this is not possible. _Originally posted by @davidducos in https://github.com/mydumper/mydumper/issues/1574#issuecomment-2253590170_
_Originally posted by @davidducos in https://github.com/mydumper/mydumper/issues/1402#issuecomment-2221236523_
**Describe the Feature Request** I'm thinking that it could be possible, when we use stream, to configure mydumper or myloader (we need to check it), to execute an START SLAVE...
**Describe the Feature Request** Since we have --ignore-errors we can deprecate --success-on-1146 and ask users to use --ignore-errors=1146.
**Describe the Feature Request** In some case, users needs to replace definer not just skip it **Current behavior** Currently it is not possible to configure mydumper/myloader to change the definer,...
We are going to change -o/--overwrite-tables to -o/--drop-tables. It will accept the values in --purge-mode which is going to be deprecated in future releases. We are going to add --drop-schemas...
> If the SQL thread doesn't get turned on for any channel, I would consider the issue closed. I really appreciate your work. _Originally posted by @burnison in [#1807](https://github.com/mydumper/mydumper/issues/1807#issuecomment-2791184188)_
The goal is to move all the documentation to https://mydumper.github.io/mydumper. That is why we need to move all the pages that we developed on the wiki to our website.
### Statement Options - [ ] -N, --insert-ignore Dump rows with INSERT IGNORE - [ ] --replace Dump rows with REPLACE - [ ] --complete-insert Use complete INSERT statements that...
> Let me see if I understood. You need to set column_on_select on multiple databases, I'm assuming that the table name is the same. So the problem is that you...