-
Novice
How to apply Heisei Milestone
For those who can't apply heisei milestone on their database do this:
-open "mysql command line client"
-insert your password
-write SET GLOBAL max_allowed_packet=64*1024*1024;
-open navicat or SQLyog
-apply your Heisei milestone to your mangos database
-FOR THOSE USING AMBER:
-you must install another mysql in order to have the "mysql command line client"
-run AmberGUI
-start mysql
-open "mysql command line client"
-write SET GLOBAL max_allowed_packet=64*1024*1024;
-open navicat or SQLyog
-apply your Heisei milestone to your mangos database
I want to thank Heisei Team for this incredible project!
-
-
Account Upgraded | Title Enabled!
Re: How to apply Heisei Milestone
Nice!
But why this project use this mysql configuration?
SET GLOBAL max_allowed_packet=64*1024*1024
whati will it change in mysql performance or whatever?
thx
-
Novice
Re: How to apply Heisei Milestone
This command modifies the server capability of handling big queries.
You need to apply this code because Heisei milestone is bigger than mysql default max_allowed_packet.
It will not modify mysql perfomance and will not make your pc slow.
just one more thing: you'll have to apply the SET GLOBAL max_allowed_packet=64*1024*1024; everytime you want to apply a newer version of Heisei milestone
-
Member
Re: How to apply Heisei Milestone
thank you,terrorbringer!! Our new Milestone 0.7.9 out!! - Fully scripted Classic and TBC!
-
Novice
Re: How to apply Heisei Milestone
:D thanks for your attendtion