News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

smf_log_boards

Started by beans, December 05, 2004, 02:25:41 PM

Previous topic - Next topic

beans

hello, i received the same error message as this chap http://www.simplemachines.org/community/index.php?topic=20144.msg162011

i went to phpmyadmin, dropped the table smf_log_boards, because that was the one that was acting up, and i need to know how the hell i would go about creating a new one.

Jerry

CREATE TABLE smf_log_boards (
  ID_BOARD smallint(5) unsigned NOT NULL default '0',
  ID_MEMBER mediumint(8) unsigned NOT NULL default '0',
  logTime int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (ID_BOARD,ID_MEMBER)
) TYPE=MyISAM;
thats the table structure for my RC2 Board's smf_log_boards.


- Jerry
Find me on:
Facebook
Twitter
PlanetSMF

"If all you look for is the negative in things, you will never see the positive."

beans

thank you. everything = cool now

beans

wait, wait. where can i go if i need to get other error free table structure things?

A.M.A

with your install there is smf_1-0.sql which contains all tables structure.
Really sorry .. real life is demanding my full attention .. will be back soon hopefully :)

Advertisement: