I have a web app that has been written with the assumption that autocommit is turned on on the database, so I don't want to make any changes there. However all the documentation I can find only seems to talk about using init_connect on the database, i.e. a global setting for all client connections.
Is there a way to set autocommit=0 just when running mysql on a Linux command line (without having to type it in every time)?