Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

[Tut] Fix 'banreason doesnt have default value'.

Divine Celestial
Loyal Member
Joined
Apr 6, 2008
Messages
858
Reaction score
0
Location
RaGEZONE
Just run this script in MySQL query browser.

Code:
ALTER TABLE `odinms`.`accounts` MODIFY COLUMN `banreason` TEXT CHARACTER SET latin1 COLLATE latin1_swedish_ci;

If you get another error concerning macs, run this script afterwards.

Code:
ALTER TABLE `odinms`.`accounts` MODIFY COLUMN `macs` TEXT CHARACTER SET latin1 COLLATE latin1_swedish_ci;

Hope this helps,

Buzz.
 
Re: [Guide] Fix 'banreason doesnt have default value'.

Just run this script in MySQL query browser.

Code:
ALTER TABLE `odinms`.`accounts` MODIFY COLUMN `banreason` TEXT CHARACTER SET latin1 COLLATE latin1_swedish_ci;

If you get another error concerning macs, run this script afterwards.

Code:
ALTER TABLE `odinms`.`accounts` MODIFY COLUMN `macs` TEXT CHARACTER SET latin1 COLLATE latin1_swedish_ci;

Hope this helps,

Buzz.



nice no errors i tried already thanks a lot :jester:
 
Re: [Guide] Fix 'banreason doesnt have default value'.

You could also click "Accounts" then F2. Untick banreason and mac.
 
Re: [Guide] Fix 'banreason doesnt have default value'.

Thanks alot this will help alot of people that are setting up new servers :)
 
Re: [Guide] Fix 'banreason doesnt have default value'.

xD Gonna make a new 1

Btw , Its better if u put this in an sql file
 
Re: [Guide] Fix 'banreason doesnt have default value'.

wow thanks that was so awesome. Thank you
 
Re: [Guide] Fix 'banreason doesnt have default value'.

What I do, it just click the box, type "0", click out, click it again, delete the "0", then click back out, then do the same for macs. It works for me. But I guess this works too. and is easier.
 
Back