How do I load a sql.gz file to my database? (importing)

Posted by Alex on Server Fault See other posts from Server Fault or by Alex
Published on 2010-05-03T07:06:09Z Indexed on 2010/05/03 7:08 UTC
Read the original article Hit count: 236

Filed under:
|

is this right?

mysql -uroot -ppassword mydb > myfile.sql.gz

© Server Fault or respective owner

How do I load a sql.gz file to my database? (importing)

Posted by alex on Stack Overflow See other posts from Stack Overflow or by alex
Published on 2010-05-03T07:05:47Z Indexed on 2010/05/03 7:08 UTC
Read the original article Hit count: 236

Filed under:
|

is this right?

mysql -uroot -ppassword mydb > myfile.sql.gz

© Stack Overflow or respective owner

Related posts about mysql

Related posts about database