Cannot add new records to my webapp based on MySQL DB. This affect only one table.
Have not done any change to source code which was perfectly working. Account is not deactivated.
Does your code have proper error handling? If MySQL fails to insert a record, it will always say why. But your code does need to properly check for errors.
Just because there is no error shown does not mean there is no error generated.