| ||||||
| 5/16 |
| 2005/9/2 [Computer/SW/Database, Computer/SW/OS/OsX] UID:39436 Activity:nil |
9/1 In mysql, can I share data/* (database directories) from one machine
to another? Say I'm using a Linux and a Mac, can I just copy those
files and assume they'll work? It seems to work but I'm not sure
if I'll get into trouble later. Thanks!
\_ dump the tables and scheme to a file (there are commands
for this), move file to new machine, import the data |