Status: offline

CH3F

Forum User
Newbie
Registered: 06/10/04
Posts: 12
I installed that weather plugin and now my whole site is down , I dumped the tables, how do I restore the back up I made . sorry for the dum ? but I have no idea how to restore my site with the back up I made any help is greatly ( appecareated) cat spell either

Status: offline

CH3F

Forum User
Newbie
Registered: 06/10/04
Posts: 12
Quote by CH3F: I installed that weather plugin and now my whole site is down , I dumped the tables, how do I restore the back up I made . sorry for the dum ? but I have no idea how to restore my site with the back up I made any help is greatly ( appecareated) cat spell either




HAHAHA video for dummies my host has a video tut if anyone else has this problem just go here lol



http://www.hostdime.com/movies/9-phpmyadmin.htm

Status: offline

mrjeff

Forum User
Chatty
Registered: 01/28/04
Posts: 36
Sometimes phpMyAdmin doesn't work. Delete all tables in your database with phpMyAdmin then go to your terminal and cd to your geeklog/backup dir and execute this command:

mysql -u{user_name} -p -D {database_name} < {backup_file}

replacing {user_name}, {database_name}, and {backup_file}
with the correct values (do not include the curly brackets).

"friends don't help friends run windows"