/ Published in: MySQL
Expand |
Embed | Plain Text
zcat <DATABASE>.sql.gz.Z | /Applications/MAMP/Library/BIN/mysql --host=localhost --port=8889 --user=root --password=root <DATABASE>
You need to login to post a comment.
paulbooker on 06/16/09
1 person have marked this snippet as a favorite
zcat <DATABASE>.sql.gz.Z | /Applications/MAMP/Library/BIN/mysql --host=localhost --port=8889 --user=root --password=root <DATABASE>
You need to login to post a comment.