Skip to Main Content

MySQL Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

error 2006 - mysql has gone away

SRL SupportMay 11 2016 — edited May 11 2016

Hello,

one of the users is getting error 2006 - mysql has gone away. I have modified my.cnf, still same issue.

http://bogdan.org.ua/2008/12/25/how-to-fix-mysql-server-has-gone-away-error-2006.html#comment-103489

Grateful if someone could help.

Regards,

Joe

Comments

momy momy

mark

user_2DKLA

@User_T9GS1: “Table comment” is not the proper term for what you ask here: what you're showing above are pieces of information (column name, data type, maximum length, possibility of NULL values, etc.) excerpted from the description of columns in SQL queries. That information is available in cursor metadata, and yes, exposing it would be nice.

Maybe in SQL Developer Next?

Regards,

thatJeffSmith-Oracle

Interesting idea. It would have to be done on a separate thread as to not slow down the execution time for the query itself…but yeah, interesting.

1 - 3

Post Details

Added on May 11 2016
0 comments
206 views