is it possible to export MySQL database to a new server, and need the schema of the database without data except 2 tables
I have a MySQL database in my local system and I want to export this MySQL database to a new server, and need the schema of the database without data except 2 tables,
is it possible?