A client's store has a pretty large db (about 20MB). Backing it up (either with cPanel or phpMyAdmin) is no problem, but restoring it on my local box with phpMyAdmin won't work unless I break the file up into 5-6 separate files. (NOTE: I increased php's file size parameters to the max 32MB, but phpMyAdmin still chokes!)
Since one of the advantages of Dr. Byte's Backup MySQL mod is that it handles large databases, I thought I might use it to backup the "live" site, download it to my laptop and "restore" it there. Besides having to change the config files, are there any reasons why this wouldn't work?
Server details:
Production - Server OS: Linux 2.6.9-42.0.10.ELsmp
Database: MySQL 5.0.45-community
PHP Version: 5.2.5 (Zend: 2.2.0)
HTTP Server: Apache/2.2.6 (Unix)
Local: Server OS: Windows NT 5.1 build 2600
Database: MySQL 5.0.22-community-nt
PHP Version: 5.1.4 (Zend: 2.1.0)
HTTP Server: Apache/2.0.58 (Win32) PHP/5.1.4
Thanks!




