Well that didnt work, I installed the MySQL backup:
Then made the backup, opened the import on PHPMyAdmin, and go the following error:

Error

SQL query:

-- MySQL dump 8.23
--
-- Host: mysql181.secureserver.net Database: bul070xxxxxxxxxx
------------------------------------------------------- --
-- Server version 4.0.27-max-log
--
-- Table structure for table `zen_address_book`
--
DROP TABLE IF EXISTS zen_address_book;

MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '---------------------------------------------------------
-- Server version 4.0.' at line 1
I opened the db file and this is what is at the top:

-- MySQL dump 8.23
--
-- Host: mysql181.secureserver.net Database: bul070xxxxxxxxxx
---------------------------------------------------------
-- Server version 4.0.27-max-log

--
-- Table structure for table `zen_address_book`
--

DROP TABLE IF EXISTS zen_address_book;
CREATE TABLE zen_address_book (
So still stuck.

Gerry