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