Please note that mysql_autocommit() must be called AFTER mysql_connect(). When called before mysql_connect, mysql_autocommit() may cause a segmentation violation. If you are having a problem with segmentation faults, check your order of operations. Cheers.
User Comments
Please note that mysql_autocommit() must be called AFTER mysql_connect(). When called before mysql_connect, mysql_autocommit() may cause a segmentation violation. If you are having a problem with segmentation faults, check your order of operations. Cheers.
Add your own comment.