Re: ---> Username size limitations

2003-03-10 Thread Chand
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

Re: ---> Username size limitations

2003-03-10 Thread Paul DuBois
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

---> Username size limitations

2003-03-10 Thread Chand
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

Username size limitations

2003-03-07 Thread Chand
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

RE: Size Limitations

2002-01-30 Thread James Montebello
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

RE: Size Limitations

2002-01-30 Thread Rick Emery
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

RE: Size Limitations

2002-01-30 Thread Steve Kramer
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

Re: Size Limitations

2002-01-30 Thread Christopher Thompson
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

Size Limitations

2002-01-30 Thread Hashim Ismail
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)

Table size limitations: Error Handling and Raid 0

2002-01-14 Thread Eric Mayers
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&#x

Re: Table size limitations...

2001-08-15 Thread Nathanial Hendler
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 >

Re: Table size limitations...

2001-08-15 Thread Dan Nelson
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

Re: Table size limitations...

2001-08-15 Thread ryc
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... >

RE: Table size limitations...

2001-08-15 Thread Trevor Linton
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

Table size limitations...

2001-08-15 Thread Nathanial Hendler
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

Re: Mysql Quota Support/DB Size Limitations

2001-05-11 Thread Dan Nelson
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

Re: Mysql Quota Support/DB Size Limitations

2001-05-10 Thread Paul DuBois
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

Mysql Quota Support/DB Size Limitations

2001-05-10 Thread Nathan Boley
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

RE: Size limitations.

2001-02-08 Thread Carsten H. Pedersen
> 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

Re: Size limitations.

2001-02-08 Thread Jesús Gómez Pastor
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

Size limitations.

2001-02-08 Thread Justin Rowles
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

size limitations

2001-01-12 Thread marko milovanovic
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