mysql copying database
I have to copy mysql database file from one Linux computer (test bed) to another machine (final system).Testbed computer is using RedHat enterprise 4 WS. And the final operating computer is RHlinux 9.I tried to copy from /var/lib/mysql/mydata/(all contents) and simply copied to final system's same location.But soon I was greeted with thousands of errors and sysadmin's wrath.So,How to copy databases from one location to another? and also, is it possible to copy mysql database from windows to linux and vice-versa?
|