Scripts and functions that I have written or found useful

mysql error codes

September 24th, 2007 Posted in MYSQL

#1046-No database Selected. You are trying to query without choosing a database
#1054 - Unknown Column
#1109 - Unknown Table
#1136 - Column count doesn’t match the value count

Post a Comment