mysql - How do I load a sql.gz file to my database? (importing) - Server Fault
zcat /path/to/file.sql.gz | mysql -u 'root' -p your_database
zcat /path/to/file.sql.gz | mysql -u 'root' -p your_database
Hello, my name is Jack Sparrow. I'm a 50 year old self-employed Pirate from the Caribbean.
Learn More →
No comments:
Post a Comment