[TYPO3] MySQL 5.1 error

Dan Osipov dosipov at phillyburbs.com
Wed Aug 13 21:42:35 CEST 2008


There was a bug in Typo3 4.1, but as far as I know its been solved in 
Typo3 4.2. What version are you running?

Dan Osipov
Calkins Media
http://danosipov.com/blog/

Lamb, Brian wrote:
> Hello all, 
> 
>  
> 
> We recently upgrade our database servers from MySQL 5.0 to MySQL 5.1 and
> now I cannot log in to Typo3. It is still fetching content from the
> database however, it just seems the logging in feature is having
> trouble. Passwords are validated through LDAP but even the admin
> password which is not handled through LDAP does not work. 
> 
>  
> 
> I looked through the mailing list and found setting
> $TYPO3_CONF_VARS['SYS']['setDBinit'] fixed problems from upgrading from
> MySQL 4.x to 5.0. I tried the following settings:
> 
>  
> 
> $TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8; SET SESSION
> sql_mode=MYSQL4';
> 
> $TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8; SET SESSION
> sql_mode=MYSQL5';
> 
>  
> 
> But neither fixed the problem. Any thoughts? 
> 


More information about the TYPO3-english mailing list