|
From: Ludo <lu...@ep...> - 2006-07-19 12:28:00
|
Ludovic Francois <lu...@ep...> writes: > Hi, > > I have some problems to initialize my mysql db with your > db-table-create-v5.txt, v5 it's maybe for mysql version 5? It's working !! root@obelix:...terisk/web-meetme_cvs/cbmysql # mysql -p -u asterisk < db-table-create-v5.txt Err 1 #5476 Enter password: root@obelix:...terisk/web-meetme_cvs/cbmysql # I fixed it with this modification below: root@obelix:...terisk/web-meetme_cvs/cbmysql # svn diff db-table-create-v5.txt Index: db-table-create-v5.txt =================================================================== --- db-table-create-v5.txt (revision 55) +++ db-table-create-v5.txt (working copy) @@ -14,8 +14,8 @@ `confDesc` VARCHAR(100) NOT NULL, `aFlags` VARCHAR(10) NOT NULL, `uFlags` VARCHAR(10) NOT NULL, - 'sequenceNo' INTEGER UNSIGNED DEFAULT 0, - 'recurInterval' INTEGER UNSIGNED DEFAULT 0, + `sequenceNo` INTEGER UNSIGNED DEFAULT 0, + `recurInterval` INTEGER UNSIGNED DEFAULT 0, PRIMARY KEY(`bookId`) ) TYPE = MYISAM; root@obelix:...terisk/web-meetme_cvs/cbmysql # Was it working on your side? Will it be possible to add some note in the readme about the mysql installation, just some screen output like i sent you will be perfect i think? Best Regards, Ludo -- Ludovic Francois +33 (0)6 20 67 05 42 |