[ic] Error create a new database

Xavier GILLET xavier.gillet.perso at wanadoo.fr
Thu Aug 28 10:03:31 EDT 2003


Using IC 4.9.8


Problem to create a new database.

groupes.mysql :
Database groupes groupes.txt __SQLDSN__
Database groupes COLUMN_DEF "code=mediumint NOT NULL PRIMARY KEY
AUTO_INCREMENT"
Database groupes COLUMN_DEF "nom=varchar(64)"
Database groupes COLUMN_DEF "created_date=varchar(26)"
Database groupes COLUMN_DEF "nbr_users=var(3)"

groupes.txt :
code nom created_date nbr_users

Error when I restart the server :

[myedolia at edolia myedolia.com]$ ~/icr
Killing Interchange server 32095 with TERM.
Low traffic settings.
Calling UI......UI is loaded...
Interchange V4.9.8
Configuring catalog my...Using MySQL, DSN=dbi:mysql:myedolia...table groupes
created: create table groupes (
code mediumint NOT NULL PRIMARY KEY AUTO_INCREMENT,
nom varchar(64),
created_date varchar(26),
nbr_users var(3)
)

table groupes index failed: Table 'myedolia.groupes' doesn't exist
table 'groupes' failed: Table 'myedolia.groupes' doesn't exist

done.
Interchange server started in UNIX mode(s) (process id 32202)



More information about the interchange-users mailing list