View Single Post
Old
  (#2 (permalink))
midwest
blink and it's over
midwest will become famous soon enough
 
midwest's Avatar
 
Status: Offline
Posts: 802
Join Date: Oct 2002
Location: Big Sky, MT
Rep Power: 78
06-23-2007, 05:36 PM

use phpmyadmin
select the database of choice

#4
drop all tables
note: do not delete the database, just drop the tables

#5
use the function under the import tab to "file to import"(that is the sql file you untared) If you run into time out problems ftp the sql file to your root and use ssh with the mysql monitor, or you may split the sql file into chunks by CREATE_TABLE sections.

standard disclaimer
YMMV
not responsible if your computer blows up, blah,blah.

HTH


Ronnie Gauthier
www.instaguide.com

======================
for official page-zone support please visit
www.page-zone.com/support.shtml
   
Reply With Quote