I am using wamp server so my.ini file is the new my.cfn file. I opened the file with an editor and i scrolled down untill i've seen
[mysqld]
after which i have typed
init_connect='SET autocommit=0'
then i have saved the file restarted my wamp server started mySQL concol and entered the command
SELECT @@autocommit;
I got @@autocommit | 1
but to my understanding it should be zero if the autocommit is off.
Anybody understands whats going on??