Posts

Showing posts with the label Database

Set and Check Parameter “autocommit” in MySQL

The autocommit is ON when installed MySQL. Check the parameter: show variables like 'autocommit'; Set the parameter: OFF: SET autocommit=0; set autocommit = 'OFF'; ON: SET autocommit=0; set autocommit = 'ON';

The summary of [with check option] in a sql view

Chinese page: http://1035054540-qq-com.iteye.com/blog/1499430