[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Extracting MySQL Data?
- Subject: RE: [cobalt-users] Extracting MySQL Data?
- From: "Paul Shuttleworth" <paul@xxxxxxxxxxxxxx>
- Date: Wed Dec 3 13:18:02 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> -----Original Message-----
> From: cobalt-users-admin@xxxxxxxxxxxxxxx
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Sergio Najera
> Sent: 03 December 2003 21:05
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: Re: [cobalt-users] Extracting MySQL Data?
>
>
> nevermind, i found the password (in the old phpmyadmin config file -
> whew!)
>
> I'm sorry I'm abit ignorant when it comes to command-line mysql, I've
> only adminstered it via phpmyadmin
> can anyone give me an example on how to extract the data to a file,
> where I can then use phpmyadmin to restore it on the new server?
>
> Thanks for all your help! :-)
Try
man mysqldump
It will explain the options for dumping a database to a file so you can
import it again.
Paul.