Stories
Slash Boxes
Comments
OSTG
Thinkgeek
Slashdot
NewsForge
Linux.com
ITMJ
IT Product Guide
SourceForge
freshmeat
Newsletters
Slashcode
Slash Open Source Project
Navigation
About
FAQ
Journals
Messages
Topics
Editors
Older Stuff
Past Polls
Submit Story
Create Account/Log in
Stuff
Brian (aka Krow)
Pudge
ACS
Tangent
Use Perl
This discussion has been archived. No new comments can be posted.
Default Preferences?
More
|
Login
The Fine Print:
The following comments are owned by whoever posted them. We are not responsible for them in any way.
Without JavaScript enabled, you might want to use
the classic discussion system
instead. If you
login
, you can remember this preference.
Default Preferences?
1
Comment
More
|
Login
/
Full
Abbreviated
Hidden
More
|
Login
Please Log In to Continue
Log In
Nickname
Password
Public Terminal
[
Create a new account
]
Loading... please wait.
minor SQL changes
(
Score:2
)
by
davidt (71)
on Monday May 20 2002, @09:47AM (
#4854
)
Homepage
I just go into the MySQL admin and make alterations, for ex:
ALTER TABLE users_comments ALTER posttype SET DEFAULT "plaintext";
Or you could manually edit the slashschema_create.sql file before install.
Get More Comments
minor SQL changes (Score:2)
ALTER TABLE users_comments ALTER posttype SET DEFAULT "plaintext";
Or you could manually edit the slashschema_create.sql file before install.