Old server run this before multiple-import-mysql.sh mysqldump -uroot -p --no-data --all-databases > dump.sql New server mysql -uroot -p > dump.sql
Deploy your site with git on cPanel The most important: You must have shell access! This gist assumes: you have a local git repo with an online remote repository (github / bitbucket etc) and a cloud server (Rackspace cloud / Amazon EC2 etc) your (PHP) scripts are served from /var/www/html/