osherdo Posted December 18, 2014 Share Posted December 18, 2014 (edited) Hello Guys. I am having a trouble viewing a specific column content both in phpMyAdmin and console.It only shows a partial info about the contents inside that column. I have attached a screenshot of this to give you a demonstration inside that link: http://i59.tinypic.com/2n6ymqf.jpg as you can see , the user picked hamburger ,steak and ground beef (and some more), but it seems that it stops showing it right in the middle of the word. Is there any limit for characters in this case? What would be possible to figure that out please? Thanks in advance.. Edited December 18, 2014 by osherdo Quote Link to comment Share on other sites More sharing options...
Solution osherdo Posted December 18, 2014 Author Solution Share Posted December 18, 2014 (edited) Just figured it out. Used The ALTER TABLE & MODIFY statement to extend the char limit for the desired column: Working example: http://imgur.com/hkADy4J ALTER TABLE tablename MODIFY columnname VARCHAR(150); Edited December 18, 2014 by osherdo Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.