I did like this and got no issue :
#export from old server
mysqldump -u root -p ocsweb > ocsweb.sql
Then, I put the ocsweb.sql in my new server and did :
mysql -u root -p ocsweb < ocsweb.sql
And everything was ok... Try like that but before, clean your ocs DB on the new server