Menu

#53 error in database_setup_mysql.sql ?

open
None
5
2007-07-18
2007-07-18
yabb8
No

I had an error message from PhpMyAdmin saying that in file database_setup_mysql.sql

the second line is: id int(11) unsigned DEFAULT '0' NOT NULL auto_increment,

and it should probably be: id int(11) unsigned NOT NULL auto_increment,

Discussion

  • Cyril Bellot

    Cyril Bellot - 2007-07-18

    Logged In: YES
    user_id=123387
    Originator: NO

    You are right. It has been reported and fixed in the cvs.
    This is not already released.

     
  • Cyril Bellot

    Cyril Bellot - 2007-07-18
    • assigned_to: nobody --> jcpp
     

Log in to post a comment.

Auth0 Logo