Forum Moderators: open
#1064 - You have an error in your SQL syntax near 'SQL_MODE="NO_AUTO_VALUE_ON_ZERO"' at line 2
I'm not sure it has to do with different versions, but some of the other troubleshooting stuff suggests it might. It could also be a phpmyadmin version problem.
Does anyone have any ideas about this?
NO_AUTO_VALUE_ON_ZERO [dev.mysql.com]was added in MySQL 4.1.1 so your 3.23 server is choking on the syntax. We once had a related discussion in PHP that may shed some more light on what it does if you are not certain: Autoincrementing id fields from a post form [webmasterworld.com]