Yesterday I was testing PostgreSQL for insertion and backup import and export, and PostgreSQL has an SQL import command like this:
psql# \i backup.sql
Is there anything related to this in MariaDB(MySQL)
without being plain by the terminal itself?
MariaDB [teste]> ?