LittleSmudge
Programmer
In an older version of MySQL that defaulted to MyISAM table types I could simply copy the contents of the MySQL/Data/DbName folder to a similar folder on another server and the MySQL on that server would, following a reboot, see the entire database.
Using the 4.1.12 version of MySQL the default is InnoDB tables ( and I do want to move to transaction save tables anyway ) - which do not respond to the same treatment.
How can I copy and entire database from one server to another ( this new server is at a different site, connected over the VPN )
Both servers are running MySQL 4.1.12 on a Windoz operating system.
G LS
spsinkNOJUNK@yahoo.co.uk
Remove the NOJUNK to use.
Using the 4.1.12 version of MySQL the default is InnoDB tables ( and I do want to move to transaction save tables anyway ) - which do not respond to the same treatment.
How can I copy and entire database from one server to another ( this new server is at a different site, connected over the VPN )
Both servers are running MySQL 4.1.12 on a Windoz operating system.
G LS
spsinkNOJUNK@yahoo.co.uk
Remove the NOJUNK to use.