--- 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

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

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.. Do you know how the

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

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)

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

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 -0500

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 specify

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 a

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'm using

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

RE: Table size limitations...

2001-08-15 Thread Trevor Linton
, 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 To: MySQL Subject: Table size

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... I have a table that holds a lot

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. The

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: 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 directories and their files

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 I can

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 and their files