What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Mysql help

Mysql help
Author: Message:
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
O.P. Undecided  Mysql help
For the downloads script i found i wan't to sumbit an addon but to do that i need to go to my mysql manager and execute this query:

CREATE TABLE download_comments (
comments_id int(10) NOT NULL auto_increment,
file_id int(10) NOT NULL default '0',
comments_text text NOT NULL,
comments_poster text NOT NULL,
comments_ip text NOT NULL,
comments_title text NOT NULL,
comments_time int(50) NOT NULL default '0',
PRIMARY KEY (comments_id),
KEY comments_id (comments_id)
) TYPE=MyISAM;

Can someone tell me how to do this :S

I'm hopeless :$
05-26-2005 07:13 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Mysql help - by absorbation on 05-26-2005 at 07:13 PM
RE: Mysql help - by Ezra on 05-26-2005 at 07:18 PM
RE: Mysql help - by Concord Dawn on 05-26-2005 at 07:21 PM
RE: Mysql help - by absorbation on 05-26-2005 at 07:22 PM
RE: Mysql help - by Veggie on 05-26-2005 at 07:27 PM
RE: Mysql help - by absorbation on 05-26-2005 at 07:29 PM
RE: Mysql help - by Veggie on 05-26-2005 at 07:33 PM
RE: Mysql help - by absorbation on 05-26-2005 at 07:36 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On