Answers for "restore mariadb from bz2 file cli"

CSS
0

restore mariadb from bz2 file cli

bunzip2 < db_filename.sql.bz2 | mysql -u root -p target_db_name
Posted by: Guest on May-10-2021

Code answers related to "restore mariadb from bz2 file cli"

Browse Popular Code Answers by Language