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
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: Mysql help
There is usually a white box in those managers to run query's just put that code in that box and press submit.

I'll post a picture of that box from phpmyadmin later

EDIT: I have the image :-)

.jpg File Attachment: phpmyadmin.JPG (97.29 KB)
This file has been downloaded 117 time(s).

This post was edited on 05-26-2005 at 07:23 PM by Ezra.
[Image: 1-0.png]
             
05-26-2005 07:18 PM
Profile PM Web Find Quote Report
Concord Dawn
Veteran Member
*****

Avatar
This is a loopy fruit.

Posts: 1203
Reputation: 16
33 / Male / –
Joined: Feb 2004
RE: Mysql help
Or access your MySQL server via command line.

Or optionally use the MySQL Query Browser.

Optionally, you might want to try out MySQL Administrator as well. It's nice to have a GUI to change most of this stuff.
[Image: 7.png]
05-26-2005 07:21 PM
Profile E-Mail PM Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
O.P. RE: Mysql help
Could one of you do it for me please :P i'll give the details on msn just add me at absorbation@hotmail.co.uk
05-26-2005 07:22 PM
Profile PM Find Quote Report
Veggie
Full Member
***

Avatar

Posts: 415
Reputation: 21
37 / Male / Flag
Joined: Sep 2004
RE: Mysql help
its really not that hard, log into phpmyadmin (if you have it) and run the sql, you will have to learn how to do this eventually so why not now, you will learn much more by doing it yourself (y)
05-26-2005 07:27 PM
Profile E-Mail PM Web Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
O.P. RE: Mysql help
I can't be bovered to install the script :(
05-26-2005 07:29 PM
Profile PM Find Quote Report
Veggie
Full Member
***

Avatar

Posts: 415
Reputation: 21
37 / Male / Flag
Joined: Sep 2004
RE: Mysql help
People sometimes try to put to many scripts into there website, if its not needed then dont do it, is a general rule. If you need it then put a little effort in, if you going to do something do it right and dont rush things (y)
05-26-2005 07:33 PM
Profile E-Mail PM Web Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
O.P. RE: Mysql help
quote:
Originally posted by Veggie
People sometimes try to put to many scripts into there website, if its not needed then dont do it, is a general rule. If you need it then put a little effort in, if you going to do something do it right and dont rush things (y)

Wise words :P It's just a script i'm adding to a scipt and that was in the intructions, i will never need to phpmyadmin again so installing is worthless to me :P
05-26-2005 07:36 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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