From: Franky V. L. <lie...@te...> - 2007-11-27 11:43:02
|
Hi all, for those experiencing password problems when logging in after their provider upgraded mysql, you can issue these statements: ALTER TABLE respondent MODIFY COLUMN password CHAR(64) NOT NULL; ALTER TABLE designer MODIFY COLUMN password CHAR(64) NOT NULL; These will be in the next upgrade sql script as well ... Franky |