Re: Error list with explanation

2001-12-03 Thread Benjamin Pflugmann
Hi. On Mon, Dec 03, 2001 at 03:58:42PM +0530, [EMAIL PROTECTED] wrote: > > Where can I find the list of errors generated by MYSQL and th explanation > for the same (not the perror command). [...] I don't think that such a list exists, but I am not 100% sure. Some common errors are explained in

Re: Error List

2001-11-27 Thread Benjamin Pflugmann
Hi. I am not sure, but I believe there is no such list. You can use perror to check what an error is about, e.g. shell> > perror 11 Error code 11: Resource temporarily unavailable Bye, Benjamin. On Tue, Nov 20, 2001 at 11:49:42AM +0530, [EMAIL PROTECTED] wrote: > hello > > I wan