Re: mysql maximum number of table entries

2004-11-25 Thread Paul DuBois
At 1:29 -0600 11/25/04, tom miller wrote: yes i do have tinyint and i have even tried mediumint both of which i set the value to 255 knowing i will never come close to filling that many rows this is in a database shared with phpbb2 and i included a script to log the ip browser and a timestamp. t

Re: mysql maximum number of table entries

2004-11-24 Thread Paul DuBois
At 21:53 -0600 11/24/04, tom miller wrote: what is the maximum number of entries that table can hold? i have been experimenting with php and mysql. i created a script that records iipaddress, browser info and timestamp once the table reaches 127 entries it stops, is there a way to increase this num

mysql maximum number of table entries

2004-11-24 Thread tom miller
what is the maximum number of entries that table can hold? i have been experimenting with php and mysql. i created a script that records iipaddress, browser info and timestamp once the table reaches 127 entries it stops, is there a way to increase this number? i read thru the administrators guide