You need to check the server id of the server in admin. Then update field server_id in table video with server id of your new server.

SQL will be

Code:
UPDATE video set server_id=NEW_ID WHERE server_id=OLD_ID