Written by James McDonald

March 18, 2024

-- CREATE
CREATE USER 'tgnrestoreuser'@'localhost' IDENTIFIED BY 'AppleSauceLoveBird2024';
GRANT ALL PRIVILEGES ON tgndbrestored.* TO 'tgnrestoreuser'@'localhost';

-- RESTORE as below

-- DELETE user and database
DROP USER tgnrestoreuser@localhost;
DROP DATABASE tgndbrestored;

Restore a gzipped database

zcat 7-tgndb-Sun-db.sql.gz | mysql -uroot -p tgndbrestored

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…