MariaDB/import

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< MariaDB
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{...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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>