[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Re:mysql database
- Subject: [cobalt-users] Re:mysql database
- From: Charlie Summers <charlie@xxxxxxxxxx>
- Date: Sun Sep 23 13:11:19 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
At 10:42 PM -0400 9/23/01, Brian Feliciano is rumored to have typed:
> is there a way that i can transport my local mysql database to the cobalt
> database?
> by the way our cobalt is remote.
I'm a strong proponent of using mysqldump instead of directly transfering
files - this avoids problems working between mySQL versions, and just
generally makes a whole lot more sense.
If you are determined to copy database files from one machine to another,
upload the files to another directory, use a shell (SSH or telnet) to su as
root, copy the files over, and change the ownership/permissions to match your
existing.
Or, even better, read carefully the information you'll find at
http://www.mysql.com/ since this isn't any different on a RaQ/Cube than on
any other linux box.
Charlie