Re: Query about MySQL

2007-01-22 Thread ViSolve DB Team
Hi, 1) In MySQL, the size of the table limits to the storage engine and the file system size. [minimum -default -2GB] 2) As of our understanding, keeping in multiple tables is a good practice, that too with perfect normalization. If multiple tables, table sizes are in hand, limit of file sy

RE: Query about MySQL

2007-01-22 Thread Sujay Koduri
Hi Raman, >> Is mysql is able to manage this huge amount of data. MySQL does manage this amount of data very easily. >> Can we put this much of data in single table database OR keeping the data in multiple tables is the good practice. You can keep this much amount of data in one single MySQ

Re: Query about MySQL and Access Permissions to MySQL Database FILES

2004-04-17 Thread Paul DuBois
At 22:39 -0400 4/16/04, Robert A. Rosenberg wrote: I am talking a PHP+MySQL course at my local community college and since this is the first time the course is being offered there are some teething problems with the curriculum. I am posting this query at the request of the instructor. We are us