1
ALOOoo
I've deleted my xoops_session table ((Help))
  • 2006/3/7 19:04

  • ALOOoo

  • Just popping in

  • Posts: 41

  • Since: 2004/10/9


Hi,

I had the usualy problem with userers and my self cant log on the web page due to usage of xoops_session so rather than emptying the table seems I made a mistake and the table is not there any more.

Can anyone help me create it again ?

Thanks

2
Jan304
Re: I've deleted my xoops_session table ((Help))
  • 2006/3/7 19:51

  • Jan304

  • Official Support Member

  • Posts: 520

  • Since: 2002/3/31


My session table looks like this:
CREATE TABLE `xoops_session` (
  `
sess_idvarchar(32NOT NULL default '',
  `
sess_updatedint(10unsigned NOT NULL default '0',
  `
sess_ipvarchar(15NOT NULL default '',
  `
sess_datatext NOT NULL,
  
PRIMARY KEY  (`sess_id`),
  
KEY `updated` (`sess_updated`)
ENGINE=MyISAM;


Hope this helps.
Oracle: I'd ask you to sit down, but, you're not going to anyway. And don't worry about the vase.
Neo: What vase?
[Neo turns to look for a vase, and as he does, he knocks over a vase of flowers, which shatters on the floor.]
Oracle: That vase.
Neo:...

3
ALOOoo
Re: I've deleted my xoops_session table ((Help))
  • 2006/3/7 20:07

  • ALOOoo

  • Just popping in

  • Posts: 41

  • Since: 2004/10/9


Thanks alot mate you made my day :)

Login

Who's Online

201 user(s) are online (123 user(s) are browsing Support Forums)


Members: 0


Guests: 201


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits