faqts : Computers : Programming : Languages : PHP : Database Backed Sites : MySQL

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

5 of 26 people (19%) answered Yes
Recently 3 of 10 people (30%) answered Yes

Entry

How can we determine what MySQL errors mean? ie. error 1046 - what is it and how do you know?

Aug 14th, 2001 06:43
Luboslav Gabal, Tom Ballard,


mysql_errno() — Returns the numerical value of the error message from 
previous MySQL operation

mysql_error() — Returns the text of the error message from previous 
MySQL operation