Morning Jorg, Thanks for the reply.
> The "limit" clause restricts the data returned, but not the data examined.
> You ask the server to examine a certain set of rows ("where ..."),
> sort it ("order by ..."),
> and then to return a limited number of these rows ("limit ...").
>
> As the data only
o:[EMAIL PROTECTED]
Sent: 21 October 2008 16:49
To: Heston James - Cold Beans
Cc: mysql@lists.mysql.com
Subject: Re: Error Code 28
On Tue, Oct 21, 2008 at 8:26 AM, Heston James - Cold Beans <
[EMAIL PROTECTED]> wrote:
> Afternoon all,
>
>
>
> I have a SELECT query which is
Afternoon all,
I have a SELECT query which is returning the following error:
(InternalError) (3, "Error writing file '/tmp/MYqlGnfn' (Errcode: 28)")
After doing a little searching on google all signs seem to point to a lack
of disk space to be able to store the query results.
Howeve
ginal Message-
From: Andre Matos [mailto:[EMAIL PROTECTED]
Sent: 02 October 2008 17:51
To: Heston James - Cold Beans
Cc: mysql@lists.mysql.com
Subject: Re: Deployment of Database in a DEB package.
Just be aware about the security. I use shell or perl scripts to make
automatic dumps (backups) or up
rse assuming you can refer to a shell script in a DEB
package. But from what I have seen when using them, I would guess they
are used.
Hope this helped.
Dave
-Original Message-----
From: Heston James - Cold Beans [mailto:[EMAIL PROTECTED]
Sent: 01 October 2008 15:22
To: mysql@lists.m
Afternoon All,
I'm hoping you'll have some recommendations for me on this little challenge.
I have an application which we're preparing to deploy in a DEB package using
APT on Debian based systems, although I would imagine this very same
rule/process applies to other packaging methods.
On t