In the last episode (Jan 13), EP said:
> I am wondering:
> 
> I can see the MySQL data files for my various databases.
> 
> What technically prevents me from simply copying those files and using 
> copies
> - to move my database to another file structure or server
> - to back-up my current db

Absolutely nothing.  As long as you ensure there are no active writes
while you make the copy, this is the fastest way to back up a database. 
The mysqlhotcopy script automates the process.

-- 
        Dan Nelson
        [EMAIL PROTECTED]

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to