PDA

View Full Version : "MMOFuse 4.3.4 Repack" - run problem



mhroczyn
24-11-13, 10:39 AM
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:/

Asbonia
25-11-13, 06:21 AM
Sometimes using the repack might bug its 'RBAC' system, due to this I'd suggest its easier for you to compile the core and run all of the needed updates from the provider.

But when you go on HEIDIsql, go to AUTH database, find the table that says "autobroadcast" - click on it
Go and find the tab named "Query"
Copy/Paste the SQL command you linked, then press "F9" to run it.
Then try to restart server.