Does anyone know how to dump a database in Mysql via the command line without the views, only the database tables?
What would be "views" you refer to ?
– Leandro Lima
A View is an object that belongs to a database, defined based on SELECT statements, returning a certain data view from one or more tables.
– Jorgito da Silva Paiva