Menu

#1 MySQL OMADRM script error

open
nobody
None
5
2006-09-20
2006-09-20
Anonymous
No

The installer fails to create on of the tables:

DEVICEID2CONTENTID2ROIDRIGHTS

i suppose that the table name is too long.

I have tested it against mysql version 4.1 as
recommended in the documentation.

Discussion

  • Nobody/Anonymous

    Logged In: NO

    forgot to put my email address. you can reach me at
    p.lipka@amg.net.pl

     
  • Nobody/Anonymous

    Logged In: NO

    The actual problem is that the primary key in this table
    consists of two 255 bit varchar fields which is too long.

    If you make one of the fields 128 bits it works fine.

     

Log in to post a comment.