Page 1 of 1

Expanding phpmyadmin

PostPosted: 10. February 2005 16:42
by kupe
Is it possible to expand the working area of phpmyadmin?

xampp has made the world of difference - I recommend it to everyone. (I can't stop talking about it.)

There are times when phpmyadmin is just perfect for hard work. But often it would be really handy to enlarge the working area to cover most of the screen. Is there a way, please?

PostPosted: 10. February 2005 16:50
by Wiedmann
Is it possible to expand the working area of phpmyadmin?

http://localhost/phpmyadmin/

PostPosted: 10. February 2005 17:30
by kupe
Thanks very much, Wiedmann. But what happened?

PostPosted: 10. February 2005 17:34
by kupe
Yes, I have it. Many thanks.

Not possible to extend the editing area, I suppose?

Anyway, this is a great help. Cheers.

PostPosted: 10. February 2005 17:59
by Dave_L
Do you mean the box for editing queries?

phpmyadmin/config.inc.php

Code: Select all
/**
 * Customization & design
 */
...
$cfg['TextareaCols']        = 40;           // textarea size (columns) in edit mode
                                            // (this value will be emphasized (*2) for sql
                                            // query textareas and (*1.25) for query window)
$cfg['TextareaRows']        = 7;            // textarea size (rows) in edit mode
...

PostPosted: 11. February 2005 11:45
by kupe
That's terrific, Dave_L. Very much obliged to you.