On Mon, 10 Mar 2003 10:41:15 -0600
Paul DuBois <[EMAIL PROTECTED]> wrote:
> At 14:35 +0100 3/10/03, Chand wrote:
> >hey dudes, i'd really need some insight on this. Does anyone have
> >any idea about this ?
> >
> >TIA
> >
> >heya,
> >
> >I have a quick and painless (i hope :) )question..
> >
> >D
At 14:35 +0100 3/10/03, Chand wrote:
hey dudes, i'd really need some insight on this. Does anyone have
any idea about this ?
TIA
heya,
I have a quick and painless (i hope :) )question..
Do you know how the username length is limited under MySQL. There is
no mention of this in the manual or bo
hey dudes, i'd really need some insight on this. Does anyone have any idea about this
?
TIA
heya,
I have a quick and painless (i hope :) )question..
Do you know how the username length is limited under MySQL. There is no mention of
this in the manual or books. I figured the username length
heya,
I have a quick and painless (i hope :) )question..
Do you know how the username length is limited under MySQL. There is no mention of
this in the manual or books. I figured the username length was dynamically limited by
the length of the User field in the mysql.user table.
But i have use
On Wed, 30 Jan 2002, Rick Emery wrote:
> The Linux version no longer has 2 GB limit. It is now whatever your disk
> capacity is.
The "no longer", however, is a function of later Linux kernels and
filesystems. Linux 2.2 kernels with the ext2 filesystem (probably still
the most common setup) have
The Linux version no longer has 2 GB limit. It is now whatever your disk
capacity is.
-Original Message-
From: Steve Kramer [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 30, 2002 11:34 AM
To: Christopher Thompson
Cc: MySQL
Subject: RE: Size Limitations
The manual doesn't sp
The manual doesn't specify the Windows limit - only the Linux value of 2 gb.
-Original Message-
From: Christopher Thompson [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 30, 2002 9:57 AM
To: Hashim Ismail; [EMAIL PROTECTED]
Subject: Re: Size Limitations
At 09:49 AM 1/30/2002
At 09:49 AM 1/30/2002 -0500, Hashim Ismail wrote:
>Is there a database size limitation with MySQl in the Windows NT and Windows
>2000 enviroment? Like some databases have size limitation of 2GB.
Yes. Read the manual. In a Windows environment, table sizes are limited
to 2 gigabytes if memory s
Is there a database size limitation with MySQl in the Windows NT and Windows
2000 enviroment? Like some databases have size limitation of 2GB.
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
My question is two-fold, first regarding error handing of table size
limitations, and secondly performance and other implications of raid
striping.
I'm building a system with an integrated MySQL database and there is a
potential for filling up tables to the maximum file size for the OS I
On Wednesday 15 August 2001 11:30, Dan Nelson wrote:
> In the last episode (Aug 15), Nathanial Hendler said:
> > I have a table that holds a lot of information. I tried to INSERT
> > something into it, and received...
> >
> > DBD::mysql::st execute failed: The table 'fancy_big_table' is full at
>
In the last episode (Aug 15), Nathanial Hendler said:
> I have a table that holds a lot of information. I tried to INSERT
> something into it, and received...
>
> DBD::mysql::st execute failed: The table 'fancy_big_table' is full at
> ./tom_to_mutt.pl line 156.
>
> The table is 4G is size. Th
Look into MAX_ROWS... ie:
alter table mytable max_rows = 1
ryan
- Original Message -
From: "Nathanial Hendler" <[EMAIL PROTECTED]>
To: "MySQL" <[EMAIL PROTECTED]>
Sent: Wednesday, August 15, 2001 12:19 PM
Subject: Table size limitations...
>
this value.
Hope this helps, here's a pointer to more information on this:
http://www.mysql.com/documentation/mysql/bychapter/manual_Introduction.html#
Table_size
- Trevor
-Original Message-
From: Nathanial Hendler [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 15, 2001 10:20 AM
T
I have a table that holds a lot of information. I tried to INSERT something
into it, and received...
DBD::mysql::st execute failed: The table 'fancy_big_table' is full at
./tom_to_mutt.pl line 156.
The table is 4G is size. The table's Max_data_length = 4294967295 (4G)
I'm running the MySQL
In the last episode (May 10), Nathan Boley said:
> Hi, I was interested in implementing size limitations on specific
> databases. I've searched the mysql docs for an mention of quota
> support, but I am not able to find any. I found that by chown the
> individual database dire
At 10:23 PM -0700 5/10/01, Nathan Boley wrote:
>Hi, I was interested in implementing size limitations on specific databases.
>I've searched the mysql docs for an mention of quota support, but I am not
>able to find any. I found that by chown the individual database directories
&g
Hi, I was interested in implementing size limitations on specific databases.
I've searched the mysql docs for an mention of quota support, but I am not
able to find any. I found that by chown the individual database directories
and their files and then chmod them to be world readable
> Hi all.
>
> Apologies for not lurking long and if this question is answered
> somewhere I
> haven't yet found, but I'm on a timescale here...
>
> My company is looking to use MySQL on free *nix (FreeBSD or
> Linux) to store
> some text data and a *lot* of BLOB data.
>
> I am trying to check
The size of Mysql tables is limitated by the max filñe size of the OS.
- Original Message -
From: "Justin Rowles" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 08, 2001 4:49 PM
Subject: Size limitations.
> Hi all.
>
> Apologies f
Hi all.
Apologies for not lurking long and if this question is answered somewhere I
haven't yet found, but I'm on a timescale here...
My company is looking to use MySQL on free *nix (FreeBSD or Linux) to store
some text data and a *lot* of BLOB data.
I am trying to check that MySQL will cope wi
i could find some informations about increasing the size of the
databases, but not about limitations to the size.
how would it be possible to set a limitation in the size of the
databases at the creation time so that a user couldn-t build any
databases greater than, say, 20 MB?
i just couldn-t f
22 matches
Mail list logo