Skip to content

Instantly share code, notes, and snippets.

@Fabryz
Fabryz / mysqldump-scp-mysql
Created June 30, 2016 09:31 — forked from magemonkey/mysqldump-scp-mysql
Copying a Magento Database from one server to another using mysqldump / scp / mysql
#1)
#SSH to the server you want to copy the database from
#[ssh template] - replace [IP] with actual server IP
ssh root@[IP]
#2)
#Find the database credentials from the database that you are copying in app/etc/local.xml
#[nano template]
nano [path to web root]/app/etc/local.xml
#In this file look for <connection> node and find the nodes <username> <password> <dbname>
@Fabryz
Fabryz / README.md
Created October 12, 2013 11:59 — forked from nikcub/README.md
.mouse, #preview{
position: absolute;
background-repeat: no-repeat;
height: 22px;
min-width: 15px;
z-index: 100;
}
.mouse{
background-image: url('../images/cursor.png');