
Results 1 to 10 of 76
Threaded View
-
17-10-13, 11:06 AM #10
right click desktop --> create new .txt ---> open it
copy paste
CREATE TABLE `autobroadcast` (`realmid` INT(10) NOT NULL,
`id` INT(11) NOT NULL AUTO_INCREMENT,
`weight` TINYINT(3) NULL DEFAULT '1',
`text` LONGTEXT NOT NULL,
PRIMARY KEY (`id`, `realmid`)
)
COLLATE='utf8_general_ci'
ENGINE=MyISAM
AUTO_INCREMENT=1;
save it as an .sql ( windows is going to blah bah just click yes ) ( also make sure you have the option hide extensions for know file types "OFF" not "ON" or else you cant change extensions )
how to change extensions
click start ---> control panel ---> folder option ---> click tab view ---> search for hide extensions for know file types and disable it ....
open Heidysql or which you have installed go to the authtable and inject that .sql you created ...
have funnLast edited by swubu; 17-10-13 at 11:09 AM.