MySQL Forums
Forum List  »  Merge Storage Engine

Retreivcing data that was not not saved into table due to varchar limit
Posted by: Anjum Dhamial
Date: September 21, 2011 09:44AM

Hi,

Can any one please help me on this ?

I developed a website for my client where users were entering into the competition. While filling one form, user were suppose to enter description in text area. The field against that text area in Database table is varchar (512), but the users entered description longer than varchar 512, so we lost some par of their description.
We really need to see what was the description entered by the user.
Well i am thinking of any log file that will have log of all queries that were requested, i may able to see what user actually entered and was queried to mysql.

Can any please tell me if there is any other way of retrieving the description or if there is only log file that can help me, where to get that log file ?

Any help will be highly appreciated.

Thanks
Anjum Dhamial

Options: ReplyQuote


Subject
Views
Written By
Posted
Retreivcing data that was not not saved into table due to varchar limit
6791
September 21, 2011 09:44AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.