Question :
I am trying to execute a mysql query inside my shell script, which is not executing .
Here is what i am trying to do
query=""select count(*) from information_schema.tables where TABLE_SCHEMA not in ('mysql','performance_schema','information_schema') and engine!='INNODB'
Answer :
""""