Quote Originally Posted by swubu View Post
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 funn

so...?
i tried to insert the new .sql file into heidisql.
For some reason it keeps on telling me that auth.autobroadcast already excists...