Is there any way to exclude views from mysql dump export?
I tried --ignore-table
command. But this command recommand the parameters of table which i want to exclude.
I have 30 views in my database.
Is there any simple way to export only table (not views)?
Thanks