Quote:
Is this Tutorial still up to date?
|
Yes, for the most part. You can experiment with newer versions of the emu, because they are being built upon TI version so they SHOULDN'T change so much as to break functionality. If so, just download the versions listed above....
Quote:
Which MySQL version works these days? The tutorial says 5.0+...
Ive also heard people say 4.1 works and 5.0 doesnt...
|
As long as you use this command at some point:
Quote:
Originally Posted by Kayot
SET PASSWORD FOR 'root'@'localhost' = OLD_PASSWORD('newpwd');
|
Then you will be fine with MySQL 5+. They changed some things concerning pw's and stuff like that in that version (Kayot spoke of it somewhere on this forum)
Quote:
Will Minilogin work with Mysql 4.1? Will it work with EQEmu builds previous to 7.0?
|
The changelogs give good information concerning stuff that was changed that might make it incompatible with xxxxx (xxxxx being anything from db's to clients).