During installation of cross words, we should do something like : 
(please document this '-p' option in the docs, some people should need it)

mysql -p < MNOSRCPATH/create/mysql/cross.txt
or
mysql -p < MNOSRCPATH/create/mysql/cross-crc.txt

It doesn't works because of the DROP command wich stands on the begining of
the file : mysql complains about "TABLE crossdict doesn't exist".

If you remove this first line (DROP TABLE etc) it works.

MySQL version : 3.23.32

The best solution should consist in a CREATE IF NOT EXISTS ? (but not
implemented in all MySQL version)

Francois
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to