Large is not an issueOriginally Posted by Gamer
Make the proper DB backup from your live site after placing on maint
Move it to your new server
at a shell prompt
enter this adjusting for your db name and Db backup
so this might look likeCode:mysql database < file.sql
Then rerun zc_install and upgrade the DB OnlyCode:mysql jsmith_db < db_backup.sql


Reply With Quote
