php forum
php mysql forum
php mysql smarty
 
Topic Options
#262348 - 11/07/03 05:58 PM ALTER TABLE
Guru Offline
Lurker

Registered: 11/07/03
Posts: 1
[] ALTER TABLE nuke_modules ADD mcid int(11) NOT NULL default '1'; [/] <br /><br />whats the fuction of this command? and how can i deactivate this command

Top
#262349 - 11/07/03 06:37 PM Re: ALTER TABLE [Re: mototog]
dimopoulos Offline
Kahuna

Registered: 08/18/02
Posts: 1271
Loc: Vienna, Austria
This command is run against your database using shell access and mysql directly or a tool like phpMyAdmin and a web interface.<br /><br />It will ALTER the table nuke_modules and it will ADD the column mcid of type Integer with max length 11 digits which cannot be null and if not specified in an insert query it will always get assigned the value 1.<br /><br />This command is run only by install/upgrade scripts. You either don't run it (if you are doing manually things) or alter the script that has the command.<br /><br />It might fail because the field already exists.<br /><br />BTW: Which part of .threads you saw that? To my knowledge there is no modules table assuming that your prefix is nuke. Is this a custom modification or an addon?
_________________________
Nikos

Top
#262350 - 11/08/03 04:50 AM Re: ALTER TABLE [Re: Hal_dup2]
Astaran Offline
Addict

Registered: 12/21/00
Posts: 1545
Loc: Germany
It seems to be a post nuke query.
_________________________
Running a community? -> Keep informed and take it to the next level

Top


Who's Online
0 registered (), 20 Guests and 7 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Forum 'Trader Ratings'.
by blaaskaak
11/20/08 08:27 AM
Problems reading a lot of old posts here
by Ruben Rocha
11/18/08 04:33 PM
PhotoPost BB Code Popup
by Iann128
11/15/08 01:24 PM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
Active Topics.
by AllenAyres
11/11/08 02:13 PM
Looking for a simple upload script
by AllenAyres
11/11/08 02:12 PM
New Mods
Forum 'Trader Ratings'.
by McLemore
11/19/08 02:14 PM
[7.4] Keep log of custom title changes
by blaaskaak
10/27/08 07:51 AM
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Newest Members
Begbie, cenk, MATTO, DougMMcts, tim Anderson
13361 Registered Users
Top Posters
AllenAyres 25448
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks