Topic: MYSQL Error

Can anyone explain or give me the link for mysql error list, where i can get the solution.

I am getting the following error nos while executing my forum..

mysql error : Got error 28 from table handler
mysql error number : 1030

God wisely designed the human body so that we can neither pat our own backs nor kick ourselves too easily

Re: MYSQL Error

Add
print(mysql_errno());

Someplace and you'll get a more decriptive msg.
Or was it mysql_error()...
Toy with it...
Here's a list of the codes http://dev.mysql.com/doc/mysql/en/Error-handling.html

Re: MYSQL Error

Thank you!!

God wisely designed the human body so that we can neither pat our own backs nor kick ourselves too easily

Re: MYSQL Error

It means the disk if full.

"Programming is like sex: one mistake and you have to support it for the rest of your life."