- Joined
- Apr 6, 2008
- Messages
- 858
- Reaction score
- 0
Just run this script in MySQL query browser.
If you get another error concerning macs, run this script afterwards.
Hope this helps,
Buzz.
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.