From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-121617-garchives=archives.gentoo.org@lists.gentoo.org>) id 1Q9yDV-0007H3-6t for garchives@archives.gentoo.org; Wed, 13 Apr 2011 11:26:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A1911C016; Wed, 13 Apr 2011 11:25:02 +0000 (UTC) Received: from mail-iw0-f181.google.com (mail-iw0-f181.google.com [209.85.214.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 6F0F71C016 for <gentoo-user@lists.gentoo.org>; Wed, 13 Apr 2011 11:25:02 +0000 (UTC) Received: by iwn2 with SMTP id 2so705167iwn.40 for <gentoo-user@lists.gentoo.org>; Wed, 13 Apr 2011 04:25:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=Qni2jLqr0u5M0xDpg6iD5VF15m/nKJZfB3hKi4U8f80=; b=fpLyzhP07TOdmfwfEw1co67H5BCL/Cw8QpzRXbulT+5JLwu1+w+iLSbzFeGUqouLOG /5TDusMt9hxLhvXWSERO0JtMlnvmFxVBLyg+7hcAQ4skHQR2zMuYTBH0KsNWfASpflAX iGBqvaPZdqFz821psLXIf3uUodB6Y8VAPUGyM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=rTeTS+2iYn99VqPqi+lLDCHG2MVHjz+5HWdew/P82Z/syyqvBFzgOrToJA5sZMZgLB j+/J+LaiuEfnrKh3FafFMxCIPxOF8KNsXCo5SMZYYTqYXaiV4HIwoOYiFNWFzcunQiqW cd5pNk7rV8opHxAPLmAZ+X/rWqPTEXZ8r8Wh0= Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.42.162.133 with SMTP id y5mr11016416icx.525.1302693901993; Wed, 13 Apr 2011 04:25:01 -0700 (PDT) Received: by 10.42.240.198 with HTTP; Wed, 13 Apr 2011 04:25:01 -0700 (PDT) In-Reply-To: <201104121652.39545.peter@humphrey.ukfsn.org> References: <201104121652.39545.peter@humphrey.ukfsn.org> Date: Wed, 13 Apr 2011 12:25:01 +0100 Message-ID: <BANLkTim1z8U=ecks++vGyezVpaqJ=DFb=w@mail.gmail.com> Subject: Re: [gentoo-user] Printing phpmyadmin output From: Mick <michaelkintzios@gmail.com> To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: X-Archives-Hash: 334d4f85d125f05cb486cbef8be26aab On 12 April 2011 16:52, Peter Humphrey <peter@humphrey.ukfsn.org> wrote: > Hello list, > > I've a weird one here. I'm rebuilding my local server on an Atom N270 box and > I've reached the point of installing phpmyadmin on it to manage a MySQL database > I'm developing. > > Three different browsers have no trouble displaying table structures, data, the > database design and the data dictionary, but when it comes to printing anything > from phpmyadmin they all refuse to believe that more than one page exists. They > will print other multi-page sites but not this one. > > Can anyone throw any light on this? I've remerged apache, php and phpmyadmin > with no effect. I can't access a phpmydamin page at this moment to check, but what you want is a suitable CSS sheet for printing. I assume that the page uses frames and the current print configuration (or lack of it) does not include the frame that you wish to print. You'll need to poke around the phpmyadmin fs to find css files and see what is defined where. It may also be possible to hardcode it in the .php configuration file of phpmyadmin. -- Regards, Mick