Copy folder database mysql to other server???
Hello,I have 2 vps, vps1 (cpanel, mysql 4.4.1) and vps2 (plesk, mysql 3.23.58)
1 forum vbb , 300mb database
I want coppy this account hosting from vps1 cpanel to vps2 plesk.
I do with 3 way after, but still can't success:
1. Use Migration Manager: Because database of this account hosting verry big, so i can't Migration successful. It error.
2. use command mysqldump (ssh ) this database from vps1 server and restore in vps2 server, but we use utf-8 encode and diffrent version mysql so it can't restore success
3. zip folder database of this hosting vps1 cpanel, wget to vps2 plesk and uncompress , but it error:
#1033 - Incorrect information in file: './weare_yesweare2/access.frm'
#1033 - Incorrect information in file: './weare_yesweare2/customprofilepic.frm'
...........
I don't know upgrade mysql with plesk

Please help me , thanks.