When im trying to insert a record to the table using phpmyadmin it gives me
#1036 - Table \'sch_portfolio\' is read only
I saw in some art
According to me, this is because of storage engine . If you select storage engine as MRG_MYISAM then that will make your table only readable, you can't insert data. So, select myisam as storage engine ..
select storage engine as MRG_MYISAM
readable
select myisam as storage engine