Index: [Article Count Order] [Thread]

Date:  Wed, 4 Apr 2007 09:02:48 +0200
From:  Chris Hemsing <C.Hemsing (at mark) gmx.net>
Subject:  [coba-e:09456] Re: phpMyAdmin
To:  paul <coba-e (at mark) bluequartz.org>
Message-Id:  <101393035.20070404090248 (at mark) gmx.net>
In-Reply-To:  <4612D8AB.7000303 (at mark) planetcentral.net>
References:  <4612D8AB.7000303 (at mark) planetcentral.net>
X-Mail-Count: 09456

Hello paul,

if it is only for dump and restoring. From command line:
# mysqldump -A -a -uroot -proot_password_of_old_mysql --add-drop-table >name_of_your_choice
on the new database, you will import with
# mysql -uroot -proot_password_of_new_mysql <name_of_your_choice
Chris

Wednesday, April 4, 2007, 12:43:55 AM, you wrote:

p> Guys,

p> Anyone have an old version of phpMyAdmin for BQ they could maybe fire my 
p> way please? I have a BQ server running in home enviroment, only one site 
p> now, and for ease i just want to save the database so i can import it 
p> into a different site. Nothing commercial, just want to make my life a 
p> little easier...
p> Any help would be appreciated...

p> Thx
p> Paul