Follow-up Comment #2, sr #870 (project savane):

I had same exact error and ended up removing all of the DEFAULT
CHARSET=latin1  entries from the database_savane.structure file, then
received a new error because of the way the timestamp was coded somewhere
around line 5880 or so, which I updated by eliminating all of the unnecessary
stuff based on a mysql recommendation and it now looks like
CREATE TABLE `user_lostpw` (
  `user_id` int(11) default '0',
  `date` timestamp,
  `count` int(1) default '0'
) ENGINE=MyISAM;

Then I ran from inside /savane-1.3+1/db/mysql
# mysql -u mysqluser -p savane < database_savane.structure
# mysql -u mysqluser -p savane < database_savane.initvalues

Not sure if there are any repercussions for removing the CHARSET=latin1
entries,but I am not using any internationalization features, and so far
everything works fine for me.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/support/?func=detailitem&item_id=870>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


Répondre à