Just running mydumper without any options will try to connect to a server using the default socket path. It will then dump the tables from all databases using 4 worker threads.
To use mydumper‘s regex feature simply use the --regex option. In the following example mydumper will ignore the test and mysql databases:
mydumper --regex '^(?!(mysql|test))'
Output Files
Enter search terms or a module, class or function name.