Ok, support for old config file obviously has its limits and I'll mention this in Documentation.html; meanwhile, please remove this section from your config.inc.php:
// Attributes
// Note: the "ON UPDATE CURRENT_TIMESTAMP" attribute is added dynamically
// for MySQL >= 4.1.2, in tbl_properties.inc.php
Cannot replicate this problem. Did you try on http://demo.phpmyadmin.net ?
this is my config inc I used for a while
Thanks for that did help to compare the demo with the my version it is something in config.inc.php I have attached the file
Ok, support for old config file obviously has its limits and I'll mention this in Documentation.html; meanwhile, please remove this section from your config.inc.php:
// Attributes
// Note: the "ON UPDATE CURRENT_TIMESTAMP" attribute is added dynamically
// for MySQL >= 4.1.2, in tbl_properties.inc.php
$cfg['AttributeTypes'] = array(
'',
'BINARY',
'UNSIGNED',
'UNSIGNED ZEROFILL'
);
Upgrading instructions changed in Documentation.html.