MariaDB/import
< MariaDB
Jump to navigation
Jump to search
Revision as of 03:26, 22 February 2025 by Woozle (talk | contribs) (Created page with "==About== To import data from a per-schema <code>.SQL</code> file created by mariadb-dump: * create the schema * import the data: *: <code>mariadb -h{{fmt/arg|server}} -u{...")
About
To import data from a per-schema .SQL
file created by mariadb-dump:
- create the schema
- import the data:
mariadb -h<server> -u<username> -p<password> -D<dbname> < <filespec.sql>