You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my @list_of_views=`mysql --user $mysql_user --password="$mysql_passwd" --host $mysql_host --port $mysql_port -B -A --skip-column-names -e"SELECT CONCAT(table_schema,'.',table_name) FROM information_schema.tables WHERE engine IS NULL"`;