Database question
-
Im adding an Online users plugin. It says
create the following table in your WordPress DB
—
CREATE TABLEwp_onlinecounter(
timestampint(15) NOT NULL default ‘0’,
ipvarchar(40) NOT NULL default ”,
countint(15) NOT NULL default ‘0’,
PRIMARY KEY (timestamp)
) TYPE=MyISAM;Well, i searched. But maybe no one else is as dumb as me and didnt need to ask this 😛
But how can i create that table in WP? I have looked around and cant figure it out.
Please help 🙂
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Database question’ is closed to new replies.