Ninad Pundalik a écrit :
On 23/07/2010, Marc Delisle marc@infomarc.info wrote:
Problem happens with $cfg['Servers'][$i]['extension'] = 'mysql';
but does not happen (for me) with $cfg['Servers'][$i]['extension'] = 'mysqli';
Please confirm.
Happens even after switching to the mysqli extension. :(
Are you 100% sure of this? Because here, I solidly cannot reproduce the problem while using mysqli, both when inserting rows and editing inline.
Do you have mysqlnd? (can be seen on phpMyAdmin's home page in "MySQL client")
If not, which MySQL server version and client library version?