I have full log of all databases and tables from mysql from my old server. it takes 800mb. (i run mysqldump to dump all data) i want to restore into new server only 2 databases, each having several tables;
i need an advice how could i process this fils with minimal effort to put only say "database1" and "database2" into my new server mysql.
i was thinking about importing all of them and then dropping unnecessary, but this way i'll override "mysql" system database, which i don't want to.
i'm on debian linux and i can't even edit this 800mb file as its too large.
and as it is server , i have only ssh access to it. no GUI.
thanks in advance