Quote:
Originally Posted by uae
Go to your phpMyAdmin, from the user table, edit the pagersoundoption field and change the Default value to 1 then save it.
|
is it possible to use query instead of?
EDIT: YES, it is, i found solution mylesft
[sql]ALTER TABLE user DROP pagersoundoption;[/sql]
[sql]ALTER TABLE user ADD pagersoundoption SMALLINT( 6 ) NOT NULL DEFAULT '1';[/sql]
Thanks UAE:X