hello
i have 1 server with mysql 4.1.18 and i use it to dump 4.1 to 40 cause my other servers still 4.0
i use
PHP Code:
mysqldump --create-options --compatible=mysql40 -uroot -ppassword user_vb vb.sql 
to change from 4.1 to 4.0
but now after upgrade to 4.1.18
it does not work any more

any idea?