1
I am needing to import into Mysql a very large database. By phpmyadmin almost stopped the server. Then I tried directly from Mysql using the command:
source /var/www/html/sistema/basedados.sql
Okay, I was able to import, but with all the data of all tables, but I would like to know if you have any way to import into Mysql the database only with the tables, without the data. That’s possible?
Hi Anderson. Actually I want to avoid this, since the sql file is very large, with several tables and data. This would be very difficult to open the file and separate the tables from the data, which will not be used. I would like a solution directly by SQL.
– user24136