mysqldump tool after version 0.15.mysqldump -h127.0.0.1 -P9030 -uroot --no-tablespaces --databases test --tables table1.mysqldump -h127.0.0.1 -P9030 -uroot --no-tablespaces --databases test --tables table1 --no-data.mysqldump -h127.0.0.1 -P9030 -uroot --no-tablespaces --databases test1 test2.mysqldump -h127.0.0.1 -P9030 -uroot --no-tablespaces --all-databases.mysqldump user manual.mysqldump can be redirected to a file, which can then be imported into Doris using the source command source filename.sql.--no-tablespaces parameter must be added when using mysqldump.Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback