Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2005-04-08, 03:27 PM   #1
tortus32
A little nonsense, now and then, is relished by the wisest men
 
tortus32's Avatar
 
Join Date: Jan 2005
Location: Montague, NJ
Posts: 628
Send a message via ICQ to tortus32 Send a message via AIM to tortus32 Send a message via Yahoo to tortus32
Ok, I moved everything over, the DNS info has propagated - or however you spell that.

My major problem now is the the data back up/restore didn't work. I've lost all the galleries. I did the back up and restore exactly how they tell you to, but everything is gone.

I still have access to the old files on my old provider's server, and I tried downloading the back up .txt files and uploading them to the new server with no luck.

Having a bad day - lol!

Bill
tortus32 is offline   Reply With Quote
Old 2005-04-08, 03:52 PM   #2
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
Quote:
Originally Posted by tortus32
I still have access to the old files on my old provider's server, and I tried downloading the back up .txt files and uploading them to the new server with no luck.
Do you have phpmyadmin or ssh access?

If phpmyadmin, you can backup the database and restore it specifically. Log in, select the database, Export (or backup depending on the version), Select all, hit go. it will then chug for a few minutes, then you should get a 'save file' dialog box. Save it, import it on the other side.

If you have ssh access, you can use mysqldump to do the same thing.

mysqldump -u username -p -q databasename > file.sql

download file.sql

Once you get it to the other side, you can import it either through mysql/ssh or phpmyadmin.

Or, we can figure out why the import didn't work.

Its possible that their import routine uses /usr/bin/mysql and the path for mysql might be different on the machine, i.e. /usr/local/bin/mysql or something.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:04 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc