MariaDB/import

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
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>