table
import a single table from a dump file in MySQL/MariaDB
|
Syntax
table -f <SQL File Name> -t <Table Name> -o <Output SQL File Name>
|
Examples
To import just the users table from a larger SQL dump file crm.sql
$ /go/table -f crm.sql -t users -o users.sql
To import a SQL file named users.sql into a database named crm
$ mariadb crm < users.sql
|
Related GoPanel commands
csv
-
Export a MySQL/MariadB table to a CSV file
|
At Your Service
Our team is on hand 24/7 to not only solve technical issues, but to offer the guidance and technical support you need to succeed online. Give us a ring.
|
|
|
© 2020 - 2025 GoPanel Inc., all rights reserved.
|
|