| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Egor Egorov | Date: | July 24 2003 8:51am |
| Subject: | Re: Re-attaching DB to mysql | ||
| View as plain text | |||
"Henrik Schmiediche" <henrik@stripped> wrote: > > I have a backup of a mysql v3.0.18 DB. I need to extract one of the DB's > from that backup and place it into my current production v4.0.14 mysql > DB. 3.0.18? Are you sure? > > Can this be done? How? How did you make a backup? If you use mysqldump, you can restore as: mysql -uuser_name -puser_password database_name < backup_file.sql -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Egor Egorov / /|_/ / // /\ \/ /_/ / /__ Egor.Egorov@stripped /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com
