man mysql
# search: /one-database
Original solution is here
use it like this (in case your full dump gziped
gunzip -c all_db.sql.gz | sudo mysql -u ...
man mysql
# search: /one-database
Original solution is
here
use it like this (in case your full dump gziped
gunzip -c all_db.sql.gz | sudo mysql -u root --one-database my_db_name
rem: or withot sudo, but with -p to restore with password