Hi,
I am having a file(new.sql) containing create table statements(mysqldb), i am trying to modify engine type and other few strings in the last line of each table creation.
I tried the below sed which modified engine type but i need help in removing the default charset and add the connection...