Search Results

0
votes

Transfer Mysql database to another computer

I often find myself using some variation of this one-liner to copy a database over the network. mysqldump --opt --compress --user=username database | mysql --user=username2 --passwo …