Google

NukeCoder


View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.
Author Message
tauhid




Joined: Feb 21, 2007
Posts: 9

PostPosted: Wed Feb 21, 2007 4:36 pm
Reply with quote

Hi

first times thanks;
I installed the Script and all ok, but whom I want to do Restore the Backup not go. I get am missing with the Script http://www.ozerov.de/pphlogger/dlcount.php?id=bigdump&url=http://www.ozerov.de/bigdump.zip

Please I do have data protection made and now not functioned
 
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 920

PostPosted: Wed Feb 21, 2007 5:45 pm
Reply with quote

The most common problem is usually the line
Code:
TYPE=MYISAM;


TYPE is depreciated and should now be
Code:
ENGINE=MYISAM;


Usually a find/replace function in a good text editor will take care of it.
 
View user's profile Send private message Visit poster's website
tauhid




Joined: Feb 21, 2007
Posts: 9

PostPosted: Wed Feb 21, 2007 6:49 pm
Reply with quote

Thank for your answer, please where is does I that to change?
 
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 920

PostPosted: Wed Feb 21, 2007 6:59 pm
Reply with quote

You would change each occurrence in the backup you made, the .sql file, to make the import work.
 
View user's profile Send private message Visit poster's website
tauhid




Joined: Feb 21, 2007
Posts: 9

PostPosted: Wed Feb 21, 2007 7:17 pm
Reply with quote

But I did not find it in my Backup (my sql file)
 
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 920

PostPosted: Thu Feb 22, 2007 4:52 pm
Reply with quote

You should see something like this for each database table.

Code:
CREATE TABLE nuke_authors (
  aid varchar(25) NOT NULL default '',
  name varchar(50) default NULL,
  url varchar(255) NOT NULL default '',
  email varchar(255) NOT NULL default '',
  pwd varchar(40) default NULL,
  counter int(11) NOT NULL default '0',
  radminsuper tinyint(1) NOT NULL default '1',
  admlanguage varchar(30) NOT NULL default '',
  PRIMARY KEY  (aid)
) TYPE=MyISAM;


TYPE=MyISAM; should be ENGINE=MyISAM;

If you don't see anything like the above, please pm me a sample of your
backup file. Also, does the restore script (big dump) show any sql errors?
 
View user's profile Send private message Visit poster's website
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 5 Hours
Forums ©