red fox
11-16-2009, 02:29 AM
hi all,
are mysql Error Number : 1064 because i use mysql 4 not 5? :confused:
thanks in advance for help
are mysql Error Number : 1064 because i use mysql 4 not 5? :confused:
thanks in advance for help
![]() | View Full Version : mysql Error Number : 1064 red fox 11-16-2009, 02:29 AM hi all, are mysql Error Number : 1064 because i use mysql 4 not 5? :confused: thanks in advance for help BurakUeda 11-16-2009, 02:58 AM Can you give us the query you are running? jnodwell 11-16-2009, 08:06 AM That's the reserved keyword error. So, yes, sometimes you will get that error when using newer mysql applications built for mysql5 because mysql5 and mysql4 have a different set of reserved words. If you post the query, we can be sure that's what you're seeing. mattle 11-16-2009, 12:13 PM Here's the reserved word list for MySQL 4.x: http://dev.mysql.com/doc/refman/4.1/en/reserved-words.html |