Re: Error adding tables, databases, or records

2001-08-30 Thread joseph . bueno
Benjamin Krajmalnik wrote: I have a deployment of mySQL 3.23.26-beta running on FreeBSD 4.2-RELEASE. I am running 3 databases off of a single mySQL server. In one particular database I am unable to insert records - the process just hangs. My intuition would tell me that maybe something is

RE: Error adding tables, databases, or records

2001-08-30 Thread Benjamin Krajmalnik
OK. I tracked the problem to being out of disk space in the var partition. The default source installation plaved the data in the /var/db directory. The var partition is not that large by default, and therefore I am now out of space. I would like to move the data to a /usr/local/mysql/data

Re: Error adding tables, databases, or records

2001-08-30 Thread Gerald Clark
perror 28 Error code 28: No space left on device Benjamin Krajmalnik wrote: I have a deployment of mySQL 3.23.26-beta running on FreeBSD 4.2-RELEASE. I am running 3 databases off of a single mySQL server. In one particular database I am unable to insert records - the process just hangs.

Re: Error adding tables, databases, or records

2001-08-30 Thread s. keeling
On Thu, Aug 30, 2001 at 11:00:14AM -0600, Benjamin Krajmalnik wrote: OK. I tracked the problem to being out of disk space in the var partition. The default source installation plaved the data in the /var/db directory. The var partition is not that large by default, and therefore I am now out