[Typo3] Did typo3 3.8 compatible to mysql 4.1??

Dennis Cheung hkdennis2k at gmail.com
Thu Nov 17 02:24:49 CET 2005


Hi Gideon,

I was throught that is okay before. Some problem you will not notice until
you saw the error.

for example. mysql 4.1 unicode compatible.
I didn't notice that before I saw some character broken.
And I found, mysqld using utf8, typo3 using utf8, but mysql_connect using
iso-8859-1.
All chinese character are broken inside database,
(one utf8 character from typo3 it convert into three 8859-1 char, and then
convert one 8859-1 char into one utf character again)

I read some document said, update the mysql.cnf. But they forget typo3 is
not only the one using the server. And you don't have that(root) premission
sometimes.



And, there is an other problem from Extension Mananger/Ext. Kickstarter

Most common is "" and '', database return '' for text default value, but
typo3 wanted a "". It don't match, and always said some columns need to be
update.




On 11/16/05, Gideon So <gideonso at livingwater.org.hk> wrote:
>
> Hi Dennis,
>
> I run TYPO3 with mysql 4.1 here with my development server. It's okay.
> Still find no problem till now.
>
> Gideon
>
> Dennis Cheung wrote:
> > I know typo3 was designed for mysql 4.0, but will it works without
> > unexpected result in mysql 4.1??
> > Are there any existing patch can fix those problem.
> >
> > 1. query "SET NAMES charset" after each connection start.
> > 2. upgrade php module from mysql to mysqli
> > 3. Extension manager failed to alter tables (no error message, no
> warning,
> > tables just unchanged)
> > 4. Extension manager say there are "Changing Fields", but in fact it is
> up
> > to date.
> >
> > 1,3 and 4 are some problem I already have.
> > Are there any plan/schedule/roadmap it will be fixed?
> >
> > I think I may have to do it mysql self if I can't wait for it.
> >
> > Thanks.
> > Dennis
> _______________________________________________
> Typo3-english mailing list
> Typo3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>



More information about the TYPO3-english mailing list