Zen Cart Logo
Forums / General Questions / Host does not have PHP MY Admin

Host does not have PHP MY Admin

Locked

Views: 1,137

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
6 Feb 2007, 3:54 PM
#1
chief_wiggum avatar

chief_wiggum

Zen Follower

Join Date:
Feb 2005
Location:
Manchester ~ UK
Posts:
107
Plugin Contributions:
0

Host does not have PHP MY Admin

Hello, my friends host does not have PhpMyAdmin and we are setting his older version of zen up on new hosting (which thankfully does have phpmyadmin).
I have tried to backup his database by Dr Bytes admin tool, but this does not run on the his old server due to restrictions I think.
The current hosts do not seem very helpful in getting our information out or making it so the script will run on the server so I am stuck.

Can anyone please recommend another program or way to export the existing database SQL to text file, so we can then re-import to the new database via phpmyadmin. I have tried to use a program called MYSQL Administrator, and although I could connect to his old database, the export kept crashing when trying to run.

Secondly, my friends current site is on version 1.3.1, and the new install I have done is on 1.3.7. Will I have to re- import his old database tables first, then run the upgrade installer? or which way around do I do things once I have the exported SQL file from the old site.

Many thanks,
chief.

6 Feb 2007, 4:19 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Host does not have PHP MY Admin

I am sure that you have looked into this but any host should have some method for backing up files and DB information.

Secondly, my friends current site is on version 1.3.1, and the new install I have done is on 1.3.7. Will I have to re- import his old database tables first, then run the upgrade installer? or which way around do I do things once I have the exported SQL file from the old site.
Install 1.3.7, phpmyadmin drop the tables in the new DB, import the old DB and re-run zc_install and select DB Upgrade

8 Feb 2007, 11:46 AM
#3
chief_wiggum avatar

chief_wiggum

Zen Follower

Join Date:
Feb 2005
Location:
Manchester ~ UK
Posts:
107
Plugin Contributions:
0

Re: Host does not have PHP MY Admin

Kobra, many thanks for taking the time to reply to my post.