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

Joined
Apr 6, 2008
Messages
858
Reaction score
0
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'.

Too bad , People cant just use search T_T

Good guide ;)
 
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'.

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