Resize rows/columns in phpMyAdmin

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
seodevhead
Forum Regular
Posts: 705
Joined: Sat Oct 08, 2005 8:18 pm
Location: Windermere, FL

Resize rows/columns in phpMyAdmin

Post by seodevhead »

Does anyone know how I can go about resizing the row height and/or the column width when browsing a table's records? THanks!
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Post by josh »

You mean resizing the physical view on the page? I don't think there is a way in phpmyadmin other then opening up the source yourself. If you mean the max length on a field there should be an icon next to the field in structure view that will let you edit fields.
User avatar
raghavan20
DevNet Resident
Posts: 1451
Joined: Sat Jun 11, 2005 6:57 am
Location: London, UK
Contact:

Post by raghavan20 »

If you want to see all data for every field, you have to fist go to Browse tab of the appropriate table and at the start of the results displayed, you can see a T like symbol with outward arrows (which mean expand table), if you click on then you would see all data displayed for each field with horizontal scrolling.
User avatar
seodevhead
Forum Regular
Posts: 705
Joined: Sat Oct 08, 2005 8:18 pm
Location: Windermere, FL

Post by seodevhead »

Raghaven... that did it! Thanks a ton!
Post Reply