I was wondering if anyone else gets an ache from exporting database tables in phpmyadmin, mainly with auto_increment?
I'm running Drupal, and I develop this locally on my machine. My local setup is running mysql5 and the live server is mysql4, so when I export I use mysql4 compatibility mode. Also, the box 'Add AUTO_INCREMENT value' is selected by default.
When I import on the live server, my tables are all set up fine, apart from there's a '0' in default value, and auto_increment isn't set.
I've checked the exported SQL file and it does have auto_increment set when it creates the tables before the data is inserted. It also seems to export the auto_increment value. Does anyone know why it's not working?
Any ideas much appreciated!
I'm running Drupal, and I develop this locally on my machine. My local setup is running mysql5 and the live server is mysql4, so when I export I use mysql4 compatibility mode. Also, the box 'Add AUTO_INCREMENT value' is selected by default.
When I import on the live server, my tables are all set up fine, apart from there's a '0' in default value, and auto_increment isn't set.
I've checked the exported SQL file and it does have auto_increment set when it creates the tables before the data is inserted. It also seems to export the auto_increment value. Does anyone know why it's not working?

Any ideas much appreciated!
