I need to import a very large database into Mysql. For phpmyadmin almost stopped the server. So I tried directly through Mysql using the command:
source /var/www/html/sistema/basedados.sql
Ok, I was able to import, but with all the data of all the tables, but I would like to know if you have any way to import the database with only the tables, without the data. Is this possible?