EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   unknown column 'suspendeduntil' (https://www.eqemulator.org/forums/showthread.php?t=43514)

Huppy 01-06-2022 05:25 PM

unknown column 'suspendeduntil'
 
Run into this problem recently, after transferring a database from a windows OS to linux server. It wouldn't let new toons get into server, spitting out an error in world log file - #1054: unknown column 'suspendeduntil' in 'field list.

On the linux server, just run this query on the database:

Code:

ALTER TABLE `account` CHANGE `suspendeduntil` `suspendeduntil` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00' ;
This was buried in an old post on these forums, but didn't specify the cause I experienced.


All times are GMT -4. The time now is 02:30 AM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.