%META:TOPICPARENT{name="InstallMySQLLiteWin32"}% == What does the MySQL Prepare Method Do? == The MySQL prepare method enables you to specify how MySQL will prepare SQL queries. The options are: * 0 - Don't use MySQL Prepare/Execute features * 1 - Use Prepare/Execute features only for queries with parameters * 2 - Use Prepare/Execute features for all queries with parameters & all select queries(with and without parameters)