Hi, I have problem with running this repack. So first of all I understand that I don't need to download any v/m/maps/database because it is already included also I don't have to change anything in .conf files. So I've download MySQL Server v5.6 and I run it.
Next I open HeidiSQL program and everything seems to by alright (Host/Ip is set to 127.0.0.1, user root, port 3306). After that I open authserver and world server but nothing happend both are open for 1 second and stop working (show sth like this - "Could not connect to MySQL database at 127.0.0.1: Access denied for user root" and "DatabasePool auth NOT opend"). I've read in post under this repack release that I should paste this:
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;
into auth table by using HeidiSQL but I have no idea how to do this or where to paste it. Can anyone explain to me step by step what to do?

Ps. Sorry for my english but I write this thread with the help of google translator and you know how it works:/