I always forget these 2, although I use them quite often. Doh!
Out:
mysqldump -u[user] -p[pass] [db] > [file]
and back in:
mysql -u[user] -p[pass] [db] < [file]
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Δ
This site uses Akismet to reduce spam. Learn how your comment data is processed.