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