Menu

#34 zmysqlda-2.0.9fix

ZMySQLDA
closed
ZMySQLDA (17)
5
2012-09-19
2006-09-14
asterocean
No

consider posts
http://sourceforge.net/tracker/index.php?
func=detail&aid=1513168&group_id=22307&atid=374934
&
http://sourceforge.net/tracker/index.php?
func=detail&aid=1538924&group_id=22307&atid=374934

a patch is made.

it works under:
Python2.4.3
Zope2.9.4-finnal
MySQL-python-1.2.2b1
ZMySQLDA 2.0.9fix

with :
phpmyadmin2.8.2.4
php5.1.6
apache2.2.3

together finnaly

Discussion

  • asterocean

    asterocean - 2006-09-14

    zmysqlda-2.0.9fix.diff

     
  • asterocean

    asterocean - 2006-09-14

    ZMySQLDA-2.0.9_fix.tgz

     
  • asterocean

    asterocean - 2006-09-14

    Logged In: YES
    user_id=1597996

    for mysql upgrade issue consider:
    http://hostingfu.com/article/mysql-upgrade-and-unicode-
    issues

    also add a line in my.cnf:
    [mysqld]
    init_connect = 'SET NAMES utf8'

     
  • asterocean

    asterocean - 2006-09-15

    Logged In: YES
    user_id=1597996

    finnaly find out
    actually , set this in my.cnf
    [mysqld]
    init_connect = 'SET NAMES utf8'

    then there's no need to apply this patch

     
  • Andy Dustman

    Andy Dustman - 2007-02-28

    Logged In: YES
    user_id=71372
    Originator: NO

    Use this instead:

    [mysqld] (or [client])
    default-character-set = utf8

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.