Copying Tables Between Databases and Servers
This guide explains various methods for copying tables between MariaDB databases and servers, including using FLUSH TABLES FOR EXPORT and mysqldump.
FLUSH TABLES db_name.table_name FOR EXPORT
# Copy the relevant files associated with the table
UNLOCK TABLES;Copying Tables When the MariaDB Server is Down
Engine
Comment
Copying Tables Live From a Running MariaDB Server
An Efficient Way to Give Someone Else Access to a Read Only Table
Copying InnoDB's Transportable Tablespaces
Importing Tables
See Also
Last updated
Was this helpful?

